get_financials
Retrieve financial statements including income, balance sheet, cash flow, and ratios for a stock ticker. Supports annual, quarterly, or trailing twelve months data with customizable periods.
Instructions
Financial statements (income, balance sheet, cash flow, ratios) for a ticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock symbol. | |
| timeframe | No | "annual", "quarterly", or "ttm". Default "quarterly". | quarterly |
| limit | No | Max periods returned. Default 4 (last year). | |
| cursor | No | Pagination cursor. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||