get_financials
Retrieve income statements, balance sheets, or cash flow statements for a Yahoo Finance ticker symbol, with annual, quarterly, or trailing-twelve-month reporting periods.
Instructions
Get a financial statement for a Yahoo symbol.
symbol must be a native Yahoo Finance ticker (e.g. AAPL, SAP.DE),
never an ISIN, WKN, or company name; resolve those via search first.
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; columns are
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 native Yahoo Finance ticker symbol, e.g. 'AAPL', 'MSFT', 'SAP.DE', or 'BMW.DE'. This is NOT an ISIN, a WKN, or a company name, and must NOT be built by appending an exchange suffix to an ISIN (e.g. 'US0378331005.DE' is invalid). If you only have a name or ISIN, call the 'search' tool first and pass the 'symbol' value it returns. | |
| statement | No | Which statement: 'income' (income statement), 'balance' (balance sheet), or 'cashflow' (cash flow). | income |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||