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