Diff a section across two filings
compare_filingsYear-over-year diff of a 10-K risk-factor or MD&A section: the added and removed passages plus a change ratio, so an agent gets what changed instead of two multi-megabyte filings to parse. Pass two accession numbers to pin exactly which filings are compared; otherwise the two most recent of that form are used and the response says which, warning if a later amendment exists. Failure mode: if either section cannot be located or parsed into sentences, the call errors rather than reporting a false 0% change. Diff accuracy and method are published at signalnodus.ai/eval. Two large cold filings can take tens of seconds. Costs $0.50 per call. No subscription: present a credit key or a machine payment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | No | 10-K or 10-Q. Default 10-K. | |
| item | No | Item to compare, e.g. 1A for risk factors. Default 1A. | |
| company | Yes | Ticker symbol (e.g. AAPL) or SEC CIK number (e.g. 320193). | |
| max_passages | No | Cap on added/removed passages returned. Default 40. | |
| to_accession | No | Newer filing to compare to. | |
| from_accession | No | Older filing to compare from. |