xbrl_company_facts
Retrieve all XBRL facts for a company from SEC EDGAR, organized by taxonomy. Includes concept summaries, observation counts, and units. Optionally filter by concept name.
Instructions
Get all available XBRL facts for a company from SEC EDGAR.
Returns a summary of all concepts reported by the company across all filings, organized by taxonomy. Does NOT require loading a filing first.
Args: params (CompanyFactsInput): CIK and optional concept filter.
Returns: str: JSON with available concepts, their observation counts, and units.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |