get_minority_shareholder_status
Retrieve minority shareholder status data for Korean companies across specified years and report types, including shareholder counts and their proportion of total shares.
Instructions
Get minority/small shareholder status (소액주주 현황) across years.
Uses Open DART's 소액주주 현황 endpoint, which reports the number of minority shareholders, their share of total shareholders, and the proportion of total shares they hold.
Args: corp_code: The company's eight-digit Open DART corporation code. Samsung Electronics is 00126380. start_year: First business year to fetch (four digits), e.g. 2021. end_year: Last business year to fetch (four digits), e.g. 2023. report_type: "annual" (사업보고서), "half" (반기보고서), "q1" (1분기보고서), "q3" (3분기보고서), or "all" to fetch all four report types for each year.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end_year | Yes | ||
| corp_code | Yes | ||
| start_year | Yes | ||
| report_type | No | annual |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||