get_financials
Retrieve full financial statements from SEC XBRL filings for any US stock, covering income statement, balance sheet, and cash flow. Select annual or quarterly periods; unreported line items are marked unavailable.
Instructions
Latest full financial statement for a company, from SEC XBRL filings.
Returns every available line item (revenue, margins, cash flow, balance
sheet) with the concept, period and filing each value came from. Line
items a company does not report appear under `unavailable` rather than
causing an error.
Args:
ticker: Stock symbol, e.g. "AAPL".
period: "annual" or "quarterly".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | annual | |
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||