> For the complete documentation index, see [llms.txt](https://help.deepsearch.com/dp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.deepsearch.com/dp/api/func/company/issue-company/getfundamentalsconsensuschange.md).

# 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
...
         
```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.deepsearch.com/dp/api/func/company/issue-company/getfundamentalsconsensuschange.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
