financial_data
Retrieve stock quotes, income statements, balance sheets, cash flows, analyst estimates, insider trades, and key ratios for any ticker. Choose annual or quarterly reporting periods with a configurable limit.
Instructions
Retrieve financial data for a stock ticker.
Args: ticker: Stock ticker symbol (e.g. "AAPL", "MSFT"). data_type: One of: quote, income_statement, balance_sheet, cash_flow, analyst_estimates, insider_trades, key_ratios. period: Reporting period — "annual" or "quarterly" (default "annual"). limit: Maximum number of periods to return (default 4).
Returns: JSON string with the requested data or an error object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| period | No | annual | |
| ticker | Yes | ||
| data_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |