# GetDartMinorityShareholders

### Function specification

```
GetDartMinorityShareholders(entities, date_from=None, date_to=None)
```

###

### Parameters

| Parameter             | Type                     | Description        |
| --------------------- | ------------------------ | ------------------ |
| entity\_type          | string or list of string | 종목명 or 종목코드        |
| date\_from / date\_to | date                     | 조회 기간 (YYYY-MM-DD) |

###

### Examples

```
> GetDartMinorityShareholders(KRX:000020,date_from=2000-01-01, date_to=2019-12-31)
...
symbol	date	seq	entity_name	receipt_no	shareholder_type	shareholder_cnt	shareholder_ratio	shares_cnt	shares_ratio
NICE:350605	2013-03-31	0	동화약품	20130515000601	소액주주	5,351	99.28	14,115,367	50.54
NICE:350605	2013-06-30	0	동화약품	20130814000810	소액주주	5,351	99.28	14,115,367	50.54
NICE:350605	2013-09-30	0	동화약품	20131114001198	소액주주	5,082	99.75	14,667,275	52.50
NICE:350605	2013-12-31	0	동화약품	20140328001203	소액주주	5,257	99.80	15,132,258	54.20
NICE:350605	2014-03-31	0	동화약품	20140515000750	소액주주	5,257	99.80	15,132,258	54.20
NICE:350605	2014-06-30	0	동화약품	20140814000769	소액주주	5,257	99.80	15,132,258	54.20
NICE:350605	2014-09-30	0	동화약품	20141114001023	소액주주	5,257	99.80	15,132,258	54.20
...
```


---

# Agent Instructions: 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:

```
GET https://help.deepsearch.com/dp/api/func/company/disclosure/getdartminorityshareholders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
