# GetFundamentalsConsensusChange

### Function specification

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

###

### Parameters

| Parameter        | Type    | Description                                                                                                                                                                                                                                                                                                                        |
| ---------------- | ------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| field            | string  | <p>조회 항목.  </p><p>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</p> |
| 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
...
         
```
