get_financials
Retrieve SEC financial statements for US public companies: income, balance sheet, cash flow, or all combined. Specify ticker and annual periods for trend analysis.
Instructions
Get financial statements (income statement, balance sheet, cash flow, or all three) for a US public company from SEC filings. Pass statement='all' to get all three in one call or years=N (1-10) to get the last N annual periods for trend analysis. Responses carry taxonomy ('us-gaap' or 'ifrs-full'), native-reported currency, and presentation-format metadata. Args: ticker: Stock ticker (e.g. 'AAPL'), 10-digit CIK ('0000320193'), stripped CIK ('320193'), or historical ticker ('FB' resolves to META).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | ||
| years | No | ||
| period | No | annual | |
| ticker | Yes | ||
| quarter | No | ||
| statement | No | income |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |