yfinance_get_financials
Fetch financial statements including income statement, balance sheet, and cash flow for any stock ticker. Analyze trends, calculate ratios, and compare reporting periods.
Instructions
Fetch financial statements (income statement, balance sheet, and cash flow) with historical data.
Returns JSON with income statement, balance sheet, and cash flow data across reporting periods.
Use the data to analyze trends, calculate ratios, or compare periods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker symbol (e.g., 'AAPL', 'GOOGL', 'MSFT') | |
| frequency | No | Reporting frequency: 'annual' for yearly, 'quarterly' for quarterly, or 'ttm' for trailing twelve months | annual |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |