xbrl_load_filing
Load XBRL or iXBRL filings from local files, URLs, or SEC EDGAR. Returns a filing ID and summary needed for all other analysis tools.
Instructions
Load an XBRL or iXBRL filing for analysis.
Accepts local file paths, HTTP/HTTPS URLs (including SEC EDGAR), and ZIP archives. Returns a filing_id for use with all other tools, plus a summary with entity name, document type, period, and fact counts.
This is the entry point — call this first before using any other tool.
Args: params (LoadFilingInput): Filing path/URL and options.
Returns: str: JSON with filing_id and filing summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |