get_financials
Retrieve company financial statements and key financial data, including income statement, balance sheet, and cash flow, by providing the exact exchange symbol.
Instructions
Get company financial statements and key financial data. Use this for income statement, balance sheet, and cash flow requests. Requires exact exchange symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional financial view selector (e.g. statement family/profile returned by backend). | |
| period | No | Optional period selector: annual, quarterly, or auto. If both period and statement_period are provided, period takes precedence. | |
| result | No | Optional result shaping selector. Common values: series, latest, raw (backend-dependent). | |
| symbol | Yes | Requires exact exchange symbol. If the user provides a company name, first use companies_list. If a previous tool result included resolved_instrument.symbol, reuse that symbol. Example: '1120'. | |
| history | No | Optional history window selector. Common values: latest, 1y, 3y, 5y, 10y, max (backend-dependent). | |
| metrics | No | Optional metrics profile selector. Common values: core, extended (backend-dependent). | |
| include_partial | No | Optionally include partial/incomplete statement periods when available. | |
| statement_period | No | Optional explicit statement period selector (annual, quarterly, or auto). Ignored when period is provided. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||