Search a company's XBRL concepts
edgar_search_conceptsSearch a company's XBRL financial tags by keyword to find reported concepts, labels, units, and latest values before retrieving full histories.
Instructions
Find XBRL concepts (tags) a company reports, by keyword in the tag name or label — e.g. 'backlog', 'deferred revenue', 'segment', 'lease', 'employees'. Returns the concept name, label, units and the latest value. Then use edgar_get_concept for the full history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum concepts (default 25). | |
| query | Yes | Keyword(s) matched against concept name and label; all words must match. | |
| company | Yes | Company: US ticker ('MSFT', 'BRK.B'), SEC CIK ('789019') or company name ('Microsoft'). | |
| response_format | No | Output format: 'markdown' (readable, default) or 'json' (structured). | markdown |