xbrl_search_sec_concept
Search SEC EDGAR for a specific XBRL concept across all filings to retrieve historical values, periods, and units.
Instructions
Search SEC EDGAR for a specific XBRL concept across all filings.
Returns historical values for a concept (e.g., Assets, Revenue) across all available filing periods. Uses SEC's companyconcept API. Does NOT require loading a filing first.
Args: params (SearchSecConceptInput): CIK, concept name, and taxonomy.
Returns: str: JSON with historical values, periods, and units.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |