yfinance_get_financials
Retrieve income statement, balance sheet, and cash flow data for any stock ticker. Analyze trends, calculate ratios, or compare reporting periods with historical financials.
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 |