Analyst consensus for one KRX ticker, built from the archived research history: mean/media
Analyst consensus for one KRX ticker, built from the archived research history: mean/median/min/max target price across brokerages, the spread between them, the rating distribution, and a revision log of every target-price and rating change each house has made. Consensus uses each house's latest view, so a weekly publisher does not outvote a quarterly one. Params: ?window=30d|90d|180d|365d (default 90d).
120000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-06
updated
Provider
k-data-x402-production.theblack1022.workers.dev · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x519c79c7EB7566F7353a324472A5CE4f05330C81",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "120000",
"maxTimeoutSeconds": 300
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"method": "GET",
"pathParams": {
"ticker": "000660"
},
"queryParams": {
"window": "90d"
},
"type": "http"
},
"output": {
"example": {
"as_of": "2026-08-02T00:00:00.000Z",
"brokers": 12,
"changes": [
{
"analyst": "이재혁",
"broker": "LS증권",
"prev_rating": null,
"prev_target_price": 27000,
"published_date": "2026-07-31",
"rating": "Buy",
"rating_direction": null,
"target_change_pct": 11.11,
"target_direction": "raised",
"target_price": 30000
}
],
"company": "HMM",
"consensus": {
"max_target": 35000,
"mean_target": 30417,
"median_target": 30000,
"min_target": 26000,
"ratings": {
"Buy": 10,
"Hold": 2
},
"spread_pct": 29.59
},
"first_recorded": "2026-08-02",
"reports_total": 34,
"series": [
{
"analyst": "이재혁",
"broker": "LS증권",
"published_date": "2026-07-31",
"rating": "Buy",
"report_idx": 651350,
"target_price": 30000
}
],
"ticker": "011200",
"window": "90d"
},
"type": "json"
}
},
"routeTemplate": "/api/research/consensus/:ticker",
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"properties": {
"ticker": {
"description": "6-digit KRX code, e.g. 005930",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"queryParams": {
"properties": {
"window": {
"description": "Lookback window (default 90d)",
"enum": [
"30d",
"90d",
"180d",
"365d"
],
"type": "string"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://k-data-x402-production.theblack1022.workers.dev/api/research/consensus/:ticker" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://k-data-x402-production.theblack1022.workers.dev/api/research/consensus/:ticker");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://k-data-x402-production.theblack1022.workers.dev/api/research/consensus/:ticker")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/5384.json, and this resource appears in /discovery/resources and /discovery/search.