get_financials
Retrieve income, balance, or cash flow statements for any Yahoo ticker, with annual, quarterly, or trailing-twelve-months frequency.
Instructions
Get a financial statement for a Yahoo symbol.
statement is one of income (income statement), balance (balance
sheet), or cashflow (cash flow statement). freq is annual,
quarterly, or ttm (trailing twelve months, available for the income
and cash-flow statements only). Each row is a line item and each column a
reporting periods.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| freq | No | Reporting frequency: 'annual', 'quarterly', or 'ttm' (trailing twelve months, income and cashflow only). | annual |
| symbol | Yes | A Yahoo ticker or an ISIN, e.g. 'AAPL', 'SAP.DE' or 'US0378331005'. For a company name, use 'search' first. | |
| statement | No | Which statement: 'income' (income statement), 'balance' (balance sheet), or 'cashflow' (cash flow). | income |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||