View Latest Consensus
GET/v1/basic/consensus/:ticker
Retrieve the latest consensus for the stock corresponding to the ticker.
Request
Path Parameters
Stock code
Header Parameters
Default value: KR
Country Code (KR or US)
Default value: KRW
Currency Code (KRW or USD)
Default value: EN
Language Code (KO or EN)
Responses
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
data
object
stock code
country code
security name
TRBC
Accounting Standards (Consolidated/Parent Company, etc)
Default value: 0
Average of Buy/Sell Recommendations
Default value: 0
Maximum of Buy/Sell Recommendations
Default value: 0
Minimum opinion for buying/selling
Default value: 0
Number of institutions submitting opinions
Statistics of buying/selling opinions
Buy/Sell opinion snapshots
Target price currency
Default value: 0
Average target price
Default value: 0
Maximum target price
Default value: 0
Minimum target price
Default value: 0
Number of institutions providing target price
Default value: 0
Median Target Price
Default value: 0
Standard Deviation of Target Price
Target Price Snapshots
Response code
Response status code
Response message
Response timestamp
{
"data": {
"ticker": "string",
"countryCode": "string",
"securityName": "string",
"trbc": "string",
"primaryReportingBasis": "string",
"recommendationMean": 0,
"recommendationHigh": 0,
"recommendationLow": 0,
"recommendationNumberOfRecommendations": 0,
"recommendationStatistics": "string",
"recommendationSnapshots": "string",
"priceTargetCurrencyCode": "string",
"priceTargetMean": 0,
"priceTargetHigh": 0,
"priceTargetLow": 0,
"priceTargetNumberOfEstimates": 0,
"priceTargetMedian": 0,
"priceTargetStandardDeviation": 0,
"priceTargetSnapshots": "string"
},
"code": "string",
"status": 0,
"message": "string",
"timestamp": "string"
}