get_financial_statements
Fetch key financial statement metrics—assets, liabilities, equity, revenue, operating income, and net income—for any Korean company across selected years and report types.
Instructions
Get key financial-statement accounts for a company across a range of years.
Uses Open DART's key-accounts endpoint (주요계정), which returns core figures such as total assets, total liabilities, total equity, revenue, operating profit, and net income, for both consolidated (CFS) and separate (OFS) financial statements.
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 | |||