get_financials_general
Get financial statements and valuation measures for any stock, filterable by reporting interval (annual, quarterly, trailing) and date range.
Instructions
Returns financial statements and valuation measures for equity (stocks mostly) across multiple reporting intervals. Provides structured financial reporting data (Income Statement, Balance Sheet, Cash Flow) and valuation snapshots (Valuation Measures) in a unified response. Supports filtering by type and interval (annual, quarterly, trailing).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | Data blocks to return. Available values: income_statement, balance_sheet, cash_flow, valuation_measures. If none are provided, all supported types are returned. | |
| symbol | Yes | Asset identifier (ticker symbol). | |
| end_date | No | Date range filter (YYYY-MM-DD). | |
| intervals | No | Reporting frequencies to return. Supported values: annual, quarterly, trailing. If none are provided, all supported intervals are returned. | |
| start_date | No | Date range filter (YYYY-MM-DD). |