xbrl_compare_filings
Compare two XBRL filings to detect added, removed, and changed facts. Analyze differences between quarterly or annual reports to identify financial statement changes.
Instructions
Compare two loaded XBRL filings.
Identifies added, removed, and changed facts between two filings. Useful for analyzing changes between quarterly or annual reports. Both filings must be loaded first with xbrl_load_filing.
Args: params (CompareFilingsInput): Two filing IDs to compare.
Returns: str: JSON with added/removed/changed facts and counts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |