get_financials
Retrieve annual or quarterly financial statements for a stock symbol, including income, balance sheet, and cash flow data.
Instructions
Get financial statements for a stock.
Args: symbol: Stock ticker symbol (e.g., 'AAPL', 'GOOGL') quarterly: If True, get quarterly data; if False, get annual data
Returns: Dictionary containing financial statements
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| quarterly | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||