> 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/gettargetpriceconsensuschange.md).

# GetTargetPriceConsensusChange

### Function specification

```
GetTargetPriceConsensusChange(relative_to=1, duration=6)
```

###

### Parameters

| Parameter    | Type    | Description                                                    |
| ------------ | ------- | -------------------------------------------------------------- |
| relative\_to | integer | 비교 대상 시기를 지정합니다. 예를 들어, 1을 입력하면, 1개월전이 기준 기간이 됩니다.             |
| duration     | integer | 컨센서스 평균을 계산하는 기간을 지정합니다. 예를 들어, 6을 입력하면, 최근 6개월간의 평균 값을 이용합니다. |

### Examples

```
> GetTargetPriceConsensusChange(relative_to=3)
...
           entity_name  mean_before  count_before   mean_after  count_after
symbol                                                                     
KRX:000060       메리츠화재   27166.6667             9   24166.6667            9
KRX:000080       하이트진로   23318.1818            11   24666.6667            9
KRX:000100        유한양행  311250.0000            16  305384.6154           13
KRX:000120      CJ대한통운  197357.1429            14  195357.1429           14
KRX:000150          두산  140777.7778             9  143000.0000            9
KRX:298050      효성첨단소재  167000.0000             6  172000.0000            5
KRX:299900     위지윅스튜디오   21200.0000             1   20000.0000            1
KRX:316140      우리금융지주   19523.0769            13   19200.0000           14
KRX:950110  SBI핀테크솔루션즈   20000.0000             1   20000.0000            1
KRX:950170         JTC   10000.0000             1   10000.0000            1
...
```


---

# 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/gettargetpriceconsensuschange.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.
