company_financials
Retrieve standardized income, balance, or cash flow statements for a company using its ticker or CIK. Optionally specify a filing accession number.
Instructions
Retrieve standardized financial statements for a company — income statement, balance sheet, or cash flow. Uses the latest available filing when no accession number is provided.
Examples:
company_financials({ identifier: "MSFT", statement: "income" })
company_financials({ identifier: "AAPL", statement: "balance" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| statement | No | Financial statement type: income, balance, or cash_flow | income |
| identifier | Yes | Company ticker or CIK | |
| accessionNumber | No | Optional specific filing accession number |