get_dividend_info
Fetch dividend-related figures for a Korean company across a range of years, including per-share value, payout ratio, yield, and dividend per share, using annual or quarterly reports.
Instructions
Get dividend-related figures (배당에 관한 사항) across a range of years.
Uses Open DART's 배당에 관한 사항 endpoint, which reports per-share face value, net income, earnings per share, total cash/stock dividend amounts, dividend payout ratio, dividend yield, and dividend per share for the current period and the two prior periods.
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 | |||