sec_company_financials
Retrieve standardized financial data from SEC filings for companies using their CIK number. Access key metrics like revenue, net income, assets, and liabilities from 10-K and 10-Q reports.
Instructions
Get financial data (revenue, net income, assets, etc.) from SEC XBRL filings for a company. Returns standardized financial data extracted from 10-K and 10-Q filings.
Requires CIK number. Use sec_company_search to look up filings first.
Common XBRL concepts: Revenues, NetIncomeLoss, Assets, Liabilities, StockholdersEquity, EarningsPerShareBasic, CashAndCashEquivalentsAtCarryingValue
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | Yes | 10-digit CIK number (e.g., '0000320193' for Apple) | |
| metric | No | Specific XBRL concept to retrieve (e.g., 'Revenues', 'NetIncomeLoss', 'Assets'). Omit to get a summary of available key metrics. |