get_financial_statement
Retrieve financial statements (income statement, balance sheet, cash flow) for any security symbol. Specify statement type, report period, and number of periods.
Instructions
Get financial statements (Income Statement / Balance Sheet / Cash Flow).
Use kind=ALL for all three statements, or IS/BS/CF individually. get_financial_statement(symbol="000001.SZ", kind="IS", count=4)
Args: symbol: Security symbol kind: IS/BS/CF/ALL (default ALL) report: annual/semi_annual/quarterly (default annual) count: Recent N periods (default 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ALL | |
| count | No | ||
| report | No | annual | |
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| hint | No | ||
| error | No | ||
| cached | No | ||
| source | No | ||
| status | Yes | ||
| updated_at | No |