xbrl_extract_facts
Extract and filter XBRL facts from a loaded filing using criteria like concept, period, dimensions, and units. Returns paginated results with full details.
Instructions
Extract and filter XBRL facts from a loaded filing.
Supports filtering by concept name, period type, dimensions, units, and more. Returns paginated results with full fact details including values, contexts, periods, and dimensional breakdowns.
The filing must be loaded first with xbrl_load_filing.
Args: params (ExtractFactsInput): Filtering and pagination parameters.
Returns: str: JSON with filtered facts, total count, and pagination info.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |