get_full_financial_statement
Fetch complete financial statements for a single period, returning every line item across balance sheet, income statement, and more. Specify company, year, report type, consolidated/separate basis.
Instructions
Get the complete financial statement (every line item) for one period.
Uses Open DART's full-statement endpoint (전체 재무제표), which returns every line item in the balance sheet, income statement, and other statements for a single business year and report type.
Args: corp_code: The company's eight-digit Open DART corporation code. Samsung Electronics is 00126380. year: Business year to fetch (four digits), e.g. 2023. report_type: "annual" (사업보고서), "half" (반기보고서), "q1" (1분기보고서), or "q3" (3분기보고서). fs_div: "CFS" for consolidated financial statements (연결재무제표, default) or "OFS" for separate financial statements (별도/개별 재무제표).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | Yes | ||
| fs_div | No | CFS | |
| corp_code | Yes | ||
| report_type | No | annual |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||