company_facts
Retrieve standardized financial facts like Revenue, NetIncome, and Assets from SEC EDGAR XBRL filings. Query by company ticker or CIK, with optional specific concept.
Instructions
Get XBRL financial data for a company from SEC EDGAR. Returns standardized financial facts like Revenue, NetIncome, Assets, etc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company | Yes | Company ticker symbol (e.g., AAPL) or CIK number | |
| concept | No | Specific XBRL concept to query (e.g., 'Revenue', 'NetIncomeLoss', 'Assets'). Use us-gaap taxonomy prefix for non-standard: 'us-gaap:AccountsPayableCurrent'. Without this, returns a summary of all available concepts. |