SEC 8-K material-event velocity (monthly)
Monthly enrichment panel scoring how actively ~58 SEC-registered US and Canadian companies disclose material events. Each run fetches the keyless SEC EDGAR submissions JSON per company (ticker->CIK resolved from the SEC's own company_tickers_exchange.json) and classifies every 8-K's item codes into a documented 8-category taxonomy over the trailing 12 complete months. Per (company, month): 8-K counts by category, has_earnings_8k (item 2.02) and has_exec_change_8k (item 5.02) flags, event_intensity_score = 100 * (0.60 * min-max(n_8k) + 0.40 * min-max(n_governance + n_financial)) normalized within each month, a deterministic intensity_rank, and spike_flag when n_8k >= 2 with z >= 2.0 against the company's own 12-month baseline; every row carries its CIK and the exact source_url it was built from, the panel is dense and zero-filled, and foreign private issuers (6-K/40-F, no 8-K) keep structural zeros flagged by is_8k_filer. Who joins this: a quant desk joins monthly per-ticker event intensity to returns on ticker + month for event studies, and an IR/comms team benchmarks disclosure cadence against peers on company_name (primary key (as_of, month, company_name); join keys ticker, company_name, month, country_code ISO alpha-3). Caveats: category counts are item-code occurrences (a \"2.02,9.01\" filing counts once as financial and once as exhibits); intensity scores are within-month relative and not comparable across months; private companies and tickers absent from the SEC file are excluded. No filing text is stored.
- Rows
- 696
- Columns
- 25
- Source cadence
- Monthly
- Last refreshed
- Sep 27, 2026
- Theme
- finance
| Column | Type | Description |
|---|---|---|
| as_of | string | Snapshot month (YYYY-MM) — the last complete calendar month; the panel covers the 12 complete months ending here. Part of the primary key. (unit: month) |
| month | string | Panel month (YYYY-MM). Part of the primary key and a join key for monthly returns/event-study tables. (unit: month) |
| company_name | string | Canonical company name from the connector's curated dictionary. Part of the primary key; a join key. (unit: text) |
| ticker | string | Primary-listing stock symbol (exchange suffix stripped for the SEC map). The join key for positions/returns tables. (unit: symbol) |
| cik | integer | SEC Central Index Key as an integer (zero-pad to 10 digits for the source_url). Stored as an integer so the ingest PII screen does not mistake it for a phone number. (unit: identifier) |
| source_url | string | Exact SEC EDGAR submissions endpoint the row was built from (https://data.sec.gov/submissions/CIK{cik}.json). (unit: URL) |
| country_code | string | Company HQ country, ISO alpha-3 (USA/CAN). (unit: ISO alpha-3) |
| sector | string | Closed sector vocabulary from the connector (semiconductors, software, ai-lab, ...). (unit: category) |
| is_8k_filer | boolean | True when the company filed at least one 8-K in the window. Foreign private issuers furnish 6-K/40-F rather than filing 8-K, so their zeros are structural, not missing data. (unit: boolean) |
| n_8k | integer | Number of 8-K filings (accession-deduplicated) by the company in the month. 8-K/A amendments excluded. (unit: count) |
| n_business_ops | integer | Item-code occurrences in category business_ops (8-K items 1.01-1.04) in the month. (unit: count) |
| n_financial | integer | Item-code occurrences in category financial (8-K items 2.01-2.06, incl. 2.02 earnings releases) in the month. (unit: count) |
| n_securities | integer | Item-code occurrences in category securities (8-K items 3.01-3.03) in the month. (unit: count) |
| n_accountants | integer | Item-code occurrences in category accountants (8-K items 4.01-4.02) in the month. (unit: count) |
| n_governance | integer | Item-code occurrences in category governance (8-K items 5.01-5.08, incl. 5.02 executive changes and 5.07 shareholder votes) in the month. (unit: count) |
| n_asset_backed | integer | Item-code occurrences in category asset_backed (8-K items 6.01-6.10) in the month. (unit: count) |
| n_reg_fd | integer | Item-code occurrences in category reg_fd (8-K item 7.01, Regulation FD disclosure) in the month. (unit: count) |
| n_other_events | integer | Item-code occurrences in category other_events (8-K item 8.01) in the month. (unit: count) |
| n_exhibits | integer | Item-code occurrences in category exhibits (8-K item 9.01) in the month. (unit: count) |
| has_earnings_8k | integer | 1 when the company filed at least one 8-K with item 2.02 (results of operations / earnings release) in the month; else 0. (unit: flag) |
| has_exec_change_8k | integer | 1 when the company filed at least one 8-K with item 5.02 (departure/election of directors or officers) in the month; else 0. (unit: flag) |
| event_intensity_score | float | 0-100 composite = 100 * (0.60 * min-max(n_8k) + 0.40 * min-max(n_governance + n_financial)), min-maxed within each month across companies. Within-month relative — not comparable across months. (unit: score) |
| intensity_rank | integer | Rank by event_intensity_score desc within the month (1 = most eventful); ties broken by n_8k desc, then company name asc. (unit: rank) |
| spike_flag | integer | 1 when the month's n_8k >= 2 and its z-score >= 2.0 against the company's own trailing-12-month (mean, sample-std) baseline; else 0. (unit: flag) |
| row_hash | string | Deterministic 16-hex-char content hash over (as_of, month, company_name, n_8k, n_governance + n_financial) — identical input yields an identical snapshot. (unit: hash) |
First 10 sample rows — a preview, not the complete dataset.
| as_of | month | company_name | ticker | cik | source_url | country_code | sector | is_8k_filer | n_8k | n_business_ops | n_financial | n_securities | n_accountants | n_governance | n_asset_backed | n_reg_fd | n_other_events | n_exhibits | has_earnings_8k | has_exec_change_8k | event_intensity_score | intensity_rank | spike_flag | row_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2026-08 | 2025-09 | Intel | INTC | 50,863 | https://data.sec.gov/submissions/CIK0000050863.json | USA | semiconductors | true | 5 | 0 | 1 | 2 | 0 | 1 | 0 | 2 | 1 | 4 | 0 | 1 | 86.67 | 1 | 1 | 96b0a23464f8d143 |
| 2026-08 | 2025-09 | Broadcom | AVGO | 1,730,168 | https://data.sec.gov/submissions/CIK0001730168.json | USA | semiconductors | true | 4 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 3 | 4 | 1 | 1 | 74.67 | 2 | 0 | 58f6fbae1bdae7cc |
| 2026-08 | 2025-09 | Hewlett Packard Enterprise | HPE | 1,645,590 | https://data.sec.gov/submissions/CIK0001645590.json | USA | cloud-infra | true | 4 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 2 | 3 | 1 | 1 | 74.67 | 3 | 1 | 377ef5945d2517e8 |
| 2026-08 | 2025-09 | GitLab | GTLB | 1,653,482 | https://data.sec.gov/submissions/CIK0001653482.json | USA | dev-tools | true | 2 | 0 | 1 | 0 | 0 | 2 | 0 | 1 | 0 | 1 | 1 | 1 | 64 | 4 | 0 | 3c12d1b343b45669 |
| 2026-08 | 2025-09 | Oracle | ORCL | 1,341,439 | https://data.sec.gov/submissions/CIK0001341439.json | USA | software | true | 3 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 2 | 3 | 1 | 1 | 62.67 | 5 | 1 | 799b749476383896 |
| 2026-08 | 2025-09 | Atlassian | TEAM | 1,650,372 | https://data.sec.gov/submissions/CIK0001650372.json | USA | dev-tools | true | 4 | 0 | 0 | 0 | 0 | 1 | 0 | 3 | 0 | 3 | 0 | 1 | 61.33 | 6 | 1 | bbc5d66f35043e1e |
| 2026-08 | 2025-09 | Dell | DELL | 1,571,996 | https://data.sec.gov/submissions/CIK0001571996.json | USA | hardware | true | 3 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 49.33 | 7 | 0 | e507dfb0207d33af |
| 2026-08 | 2025-09 | CoreWeave | CRWV | 1,769,628 | https://data.sec.gov/submissions/CIK0001769628.json | USA | cloud-infra | true | 3 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 36 | 8 | 0 | 962c7095331e3ab1 |
| 2026-08 | 2025-09 | Walmart | WMT | 104,169 | https://data.sec.gov/submissions/CIK0000104169.json | USA | retail | true | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 3 | 0 | 0 | 0 | 36 | 9 | 1 | ce98f47c7f011b79 |
| 2026-08 | 2025-09 | Adobe | ADBE | 796,343 | https://data.sec.gov/submissions/CIK0000796343.json | USA | software | true | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 25.33 | 10 | 0 | aec0f144d6dffac7 |
- Current
20260927T145756Z-1e554816b449 · sha256 1e554816b449…
696 rows · first snapshot
Point any LLM at the metadata endpoint — the documentation above is machine-readable too (JSON-LD + Croissant).
curl "https://datazimuts.com/v1/datasets/sec_8k_event_velocity/sec_8k_event_velocity_monthly" | jq '{title, rows, columns_count, license}'import requests
ds = requests.get("https://datazimuts.com/v1/datasets/sec_8k_event_velocity/sec_8k_event_velocity_monthly").json()
print(ds["title"], ds["rows"], "rows")
# Sample rows for an LLM context window
for row in ds.get("sample_rows", [])[:5]:
print(row)API endpoint: https://datazimuts.com/v1/datasets/sec_8k_event_velocity/sec_8k_event_velocity_monthly
Tip: fetch /llms.txt for the full machine-readable catalog.
Where this data comes from and what was made from it. Other people's work shows as counts; only shared projects are named.
Cite this snapshot
Pinned to snapshot 20260927T145756Z-1e554816b449 and its content hash, so readers get exactly the data you used.
SEC 8-K material-event velocity (agent-curated). (2026). SEC 8-K material-event velocity (monthly) [Data set, snapshot 20260927T145756Z-1e554816b449, sha256 1e554816b449]. Datazimuts. Retrieved 2026-09-27, from https://datazimuts.com/en/datasets/sec_8k_event_velocity/sec_8k_event_velocity_monthly?snapshot=20260927T145756Z-1e554816b449
@misc{dz_sec_8k_event_velocity_sec_8k_event_veloc_1e554816,
title = {{SEC 8-K material-event velocity (monthly)}},
author = {{SEC 8-K material-event velocity (agent-curated)}},
year = {2026},
publisher = {Datazimuts},
howpublished = {\url{https://datazimuts.com/en/datasets/sec_8k_event_velocity/sec_8k_event_velocity_monthly?snapshot=20260927T145756Z-1e554816b449}},
note = {Snapshot 20260927T145756Z-1e554816b449, sha256 1e554816b4494119ac8300ea9a3bcce795daa4ac0759dad310ab78231a2df28d; accessed 2026-09-27}
}Embed a table or a chart
Paste this into any page. The embed is pinned to the same snapshot, follows the reader's light or dark setting, and always shows the source, license and a link back.
<iframe src="https://datazimuts.com/embed/chart?dataset=sec_8k_event_velocity%2Fsec_8k_event_velocity_monthly&lang=en&theme=auto&snapshot=20260927T145756Z-1e554816b449&x=as_of&y=cik&agg=avg" title="SEC 8-K material-event velocity (monthly)" width="100%" height="380" style="border:0" loading="lazy"></iframe>
Ask about this dataset. Answers come only from its catalog record, measured profile and change history, and list the facts they used.