Consensus History Query
GET/v1/basic/consensus/measure/:ticker
Retrieves the consensus history for the stock corresponding to the ticker.
Request
Path Parameters
stock code
Query Parameters
page number
Page Size
Possible values: [ASC
, DESC
]
Default value: ASC
Sorting criterion (ASC or DESC)
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
Array [
]
data
object[]
Stock code
Country code
Consensus code
Consensus name
Accounting Standards
Value Classification
Value Scale
Value Unit
Currency Value
Report Type
Relative Period Type (interim/annual)
Relative Period Value
Fiscal Year
Fiscal Period Type
Calendar Year
Calendar Month
Disclosure Base Date
Disclosure Base Currency Code
Disclosure Base Value
Disclosure standard value (with adjustment factor considered)
Disclosure corrected value
Disclosure corrected value (with adjustment factor considered)
Actual Restated Date
Actual Values Over/Under Percentage
Average Exceeding/Falling Below Actual Values
Actual Value Exceeding/Falling Below (with Adjustment Factor)
Standardized Exceeding/Falling Below Value
Standardized Exceed/Deficit Values (Adjustment Factor Considered)
Number of institutions providing estimates (as of the date of announcement)
Estimate Currency Code
average value of estimates
average value of estimates (adjusted for correction factor)
Maximum estimate
Maximum estimate (adjusted)
Minimum estimate
Estimated minimum value (adjustment factor applied)
Number of estimating institutions
Estimated median value
Estimated median value (with adjustment factor)
Estimated standard deviation
Estimated Standard Deviation (Adjusted Coefficient)
Estimate Revision Statistics
Estimate Revision Statistical Information
Average compared to smart estimate
Average compared to smart estimate (with adjustment factor)
Unit of deviation from smart estimate
Relevance of Over/Under Achievement Compared to Smart Estimate
Smart Estimate
Smart Estimate (Adjustment Factor Applied)
Estimate Snapshot Information
Default value: 0
Page number (default: 0)
Default value: 5
Page size (default: 5)
Default value: 0
Total number of pages
Default value: 0
Total number of items
Response code
Response status code
Response message
Response timestamp
{
"data": [
{
"ticker": "string",
"countryCode": "string",
"consensusItemCode": "string",
"consensusItemName": "string",
"reportingBasis": "string",
"valueType": "string",
"valueScale": 0,
"valueUnit": "string",
"valueCurrencyCode": "string",
"section": "string",
"relativePeriodType": "string",
"relativePeriodNumber": 0,
"fiscalPeriodYear": 0,
"fiscalPeriodType": "string",
"calendarYear": 0,
"calendarMonth": 0,
"actualReportDate": "2024-07-29T15:51:28.071Z",
"actualCurrencyCode": "string",
"actualReported": 0,
"actualReportedAdj": 0,
"actualRestated": 0,
"actualRestatedAdj": 0,
"actualRestatedDate": "2024-07-29T15:51:28.071Z",
"actualSurprisePercent": 0,
"actualSurpriseMean": 0,
"actualSurpriseMeanAdj": 0,
"actualStandardizedUnexpectedEarnings": 0,
"actualStandardizedUnexpectedEarningsAdj": 0,
"actualNumberOfEstimates": 0,
"estimateCurrencyCode": "string",
"estimateMean": 0,
"estimateMeanAdj": 0,
"estimateHigh": 0,
"estimateHighAdj": 0,
"estimateLow": 0,
"estimateLowAdj": 0,
"estimateNumberOfEstimates": 0,
"estimateMedian": 0,
"estimateMedianAdj": 0,
"estimateStandardDeviation": 0,
"estimateStandardDeviationAdj": 0,
"estimateRevisionStatisticsList": "string",
"estimateRevisionCluster": "string",
"estimatePredictedSurpriseValue": 0,
"estimatePredictedSurpriseValueAdj": 0,
"estimatePredictedSurpriseUnit": "string",
"estimatePredictedSurpriseIsSignificant": true,
"estimateSmartEstimate": 0,
"estimateSmartEstimateAdj": 0,
"estimateSnapshots": "string"
}
],
"page": 0,
"size": 5,
"totalPage": 0,
"totalCount": 0,
"code": "string",
"status": 0,
"message": "string",
"timestamp": "string"
}