get_financial_statement
Retrieve comprehensive XBRL financial statements for Korean companies by specifying the DART code, year, quarter, and consolidation type (CFS or OFS).
Instructions
Full XBRL financial statements for a Korean company.
Returns every account line from the periodic report. Use get_corp_code
first to resolve a name/ticker to the 8-digit corp_code.
Args: corp_code: 8-digit DART code. year: Business year (e.g. 2025). quarter: "Q1" / "H1" / "Q3" / "FY" (default "FY" = annual report). fs_div: "CFS" (consolidated, default) or "OFS" (separate).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| corp_code | Yes | ||
| year | Yes | ||
| quarter | No | FY | |
| fs_div | No | CFS |