컨센서스 히스토리 조회
GET/v1/basic/consensus/measure/:ticker
ticker 에 해당하는 주식의 컨센서스 히스토리를 조회합니다.
Request
Path Parameters
종목 코드
Query Parameters
페이지 번호
페이지 크기
Possible values: [ASC
, DESC
]
Default value: ASC
정렬 기준 (ASC 또는 DESC)
Header Parameters
Default value: KR
국가코드 (KR or US)
Default value: KRW
통화 표시 (KRW or USD)
Default value: KO
언어표시 (KO or EN)
Responses
- 200
성공
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
종목 코드
국가 코드
컨센서스 코드
컨센서스 명
회계기준
값 분류
값 스케일
값 단위
값 통화
보고서 구분
상대 기간 구분(interim/annual)
상대 기간 값
회계연도
회계기간 구분
월력 연도
월력 월
공시 기준일
공시기준 통화 코드
공시 기준 값
공시 기준 값(수정계수 반영)
공시 정정 값
공시 정정 값(수정계수 반영)
정정 기준일
실제 값 상/하회 퍼센트
실제 값 상/하회 평균
실제 값 상/하회(수정계수 반영)
표준화된 상/하회 값
표준화된 상/하회 값(수정계수 반영)
추정치 제공 기관 수 (발표 시점 기준)
추정치 통화 코드
추정치 평균 값
추정치 평균 값(수정계수 반영)
추정치 최댓값
추정치 최댓값(수정계수 반영)
추정치 최솟값
추정치 최솟값(수정계수 반영)
추정치 제공 기관 수
추정치 중간값
추정치 중간값(수정계수 반영)
추정치 표준편차
추정치 표준편차(수정계수 반영)
추정치 변경 통계량
추정치 변경 통계정보
스마트 추정치 대비 평균 값
스마트 추정치 대비 평균값(수정계수 반영)
스마트 추정치 대비 상/하회 단위
스마트 추정치 대비 상/하회 중요도
스마트 추정치
스마트 추정치(수정계수 반영)
추정치 스냅샷 정보
Default value: 0
페이지 번호 (기본값: 0)
Default value: 5
페이지 사이즈 (기본값: 5)
Default value: 0
총 페이지 수
Default value: 0
총 항목 수
응답 코드
응답 상태 코드
응답 메시지
응답 타임스탬프
{
"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"
}