fetch_financials
Fetch financial statements (income, balance, cashflow) for tickers with annual or quarterly periods and adjustable limit.
Instructions
Fetch financial statements (income, balance sheet, cashflow) from the API.
Requires FINANCIAL_DATASETS_API_KEY env var.
Args: tickers: Comma-separated ticker symbols (e.g. "AAPL,MSFT"). stmt_type: Statement type -- "income", "balance", "cashflow", or "all". period: "annual" or "quarterly". limit: Number of periods per ticker (default 5).
Returns: JSON with financial statement records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | Yes | ||
| stmt_type | No | all | |
| period | No | annual | |
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |