yfinance_get_financials
Retrieve income statements, balance sheets, and cash flow data for stock tickers. Select annual, quarterly, or trailing twelve months to compare 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 |