> 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/people/undefined-1/findrichestshareholders.md).

# FindRichestShareholders

### Function specification

```
FindRichestShareholders(count=500, date_from=None, date_to=None)
```

###

### Parameters

| Parameter          | Type    | Description                                                                 |
| ------------------ | ------- | --------------------------------------------------------------------------- |
| count              | integer | 최대 검색 결과 숫자                                                                 |
| dat\_from/date\_to | sting   | 검색할 주주목록의 기간을 지정합니다(YYYYMMDD). 기간이 주어지지 않았을 경우 과거 1년 동안 각 기업별 최근 데이터 사용합니다. |

###

### Examples

```
> FindRichestShareholders(count=500, date_from="2010-01-01", date_to="2010-12-31")

...
name	FindRichestShareholders(count=500, date_from=2010-01-01, date_to=2010-12-31)
국민연금공단	31,097,687,760,010.90
LG	19,165,277,617,741.70
삼성생명보험	15,547,957,182,910.40
SK	11,154,461,815,528.30
삼성전자	10,126,381,949,235.90
Citibank N.A	9,709,254,597,980.80
이건희	9,481,481,614,836.80
현대모비스	8,871,856,408,684.38
Bank of New York Mellon	8,186,285,810,756.00
한국정책금융공사	7,643,732,823,383.34
삼성물산	7,139,434,833,537.06
현대자동차	7,109,277,180,110.51
기획재정부	7,029,553,722,975.00
...
```


---

# 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/people/undefined-1/findrichestshareholders.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.
