GetFundamentalsConsensusChange

증권사 컨센서스 실적 추정치 변화 내역을 조회합니다.

Function specification

GetFundamentalsConsensusChange(field="operating_income", relative_to=1,
                                duration=6, forecast_target=0)

Parameters

Parameter

Type

Description

field

string

조회 항목.

revenue, revenue_growth, operating_income, ordinary_profit, net_income, eps, per, ebitda, ev_ebitda, roe, pbr, bps, continuing_profit, csd_revenue, csd_operating_income, csd_net_income, csd_continuing_profit, csd_eps, csd_per, csd_ebitda, csd_ev_ebitda, csd_roe, csd_pbr, csd_bps

relative_to

integer

비교 대상 시기를 지정합니다. 예를 들어, 1을 입력하면, 1개월전이 기준 기간이 됩니다.

duration

integer

컨센서스 평균을 계산하는 기간을 지정합니다. 예를 들어, 6을 입력하면, 최근 6개월간의 평균 값을 이용합니다.

forecast_target

integer

추정 년도. 예를 들어, 1을 입력하면 내년도 추정치를 조회합니다.

Examples

> GetFundamentalsConsensusChange(relative_to=3)                                                           
...
 entity_name  mean_before  count_before  mean_after  count_after
symbol                                                                    
KRX:000020        동화약품   1.1800e+07             1  1.1800e+07            1
KRX:000060       메리츠화재   4.1209e+08             7  3.7372e+08            9
KRX:000080       하이트진로   9.3700e+07             1  9.3700e+07            1
KRX:000100        유한양행   6.7480e+07             5  5.6367e+07            3
KRX:000370      한화손해보험   1.5046e+08             8  8.9950e+07            4
...
         

Last updated