get_sec_8k_filings
Find SEC Form 8-K filings that disclose cybersecurity incidents by ticker or CIK. Filter by year, month, and include Item 1.05 or 8.01 disclosures.
Instructions
Get SEC Form 8-K filings disclosing cybersecurity incidents.
Covers Item 1.05 (Material Cybersecurity Incidents, mandatory since Dec 2023) and Item 8.01 (Other Events, used for such disclosures before that).
Args:
ticker: Stock ticker, uppercase, e.g. "MSFT".
cik: SEC CIK code, e.g. "0001234567".
year: 4-digit filing year, e.g. "2025".
month: 2-digit filing month, e.g. "06". Requires year.
include_item_105: Include Item 1.05 filings.
include_item_801: Include Item 8.01 filings.
limit: Max records to return (1-200).
offset: Skip this many records; use next_offset from a prior call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | ||
| year | No | ||
| limit | No | ||
| month | No | ||
| offset | No | ||
| ticker | No | ||
| include_item_105 | No | ||
| include_item_801 | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||