search_8k_filings
Search recent SEC 8-K filings (current report) from the past 72 hours.
Args:
items: Comma-separated 8-K item codes to filter on. Examples: '1.05'
(cybersecurity), '5.02' (officer departure), '8.01' (other events),
'1.01' (material agreement). Leave None for all 8-Ks.
suspected_buried_only: If True, return only filings where our
body-text classifier flagged a suspected misclassification —
i.e. cyber language under Item 8.01 that should have been 1.05,
officer-departure language under 8.01 that should have been 5.02.
limit: Max results (1-50, default 25).
Returns:
JSON-formatted list of filings. Each includes: accession_number,
company_name, filed_at, filer_reported_items, detected_items,
discrepancy_items (in body but not reported), and
suspected_buried_events (map of reported→suspected).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | No | ||
| limit | No | ||
| suspected_buried_only | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |