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

# GetConsensusAnalystList

### Function specification

```
GetConsensusAnalystList(inst_code)
```

###

### Parameters

| Parameter  | Type   | Description |
| ---------- | ------ | ----------- |
| inst\_code | string | 기관 코드       |

###

### Examples

```
> GetConsensusAnalystList(inst_code)
...
analyst_id	email	inst_code	name	tel
1	bcpark@goodi.com	860280	박병칠	3772-1567
19		860280	권재민	
29	kdjsteel@goodi.com	860280	김동준	(02)3772-1543
33		860280	김미영	
49		860280	김영진	
68		860280	김태형	
75	hwkim@goodi.com	860280	김효원	3772-1596
78		860280	남권오	
98		860280	박성미	
143		860280	손종원	
144		860280	손현호	
157		860280	송지현	
159		860280	신기영	
179		860280	오재원	
208	skleebz@goodi.com	860280	이성권	3772-2603
218		860280	이승호	
280		860280	정연구	
283		860280	정용래	
301	baiyan@goodi.com	860280	조중재	3772-1536
345		860280	황폴	
346		860280	황형석	
359	joylee@goodi.com	860280	이주영	3772-1573
```


---

# 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/consensus/getconsensusanalystlist.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.
