SEC filings by session and form type, July 20-24
Answered against 22 years of US equities and 12 years of US options data and published with the query that produced it. This result is stored as of 2026-08-12, from Market Recap: Week of July 20, 2026.
| date | filings | form4 | form8k | f424b2 |
|---|---|---|---|---|
| 2026-07-20 | 3013 | 632 | 166 | 663 |
| 2026-07-21 | 3275 | 503 | 250 | 1083 |
| 2026-07-22 | 3461 | 549 | 279 | 569 |
| 2026-07-23 | 3551 | 545 | 369 | 626 |
| 2026-07-24 | 3844 | 644 | 223 | 623 |
- Rows × columns
- 5 × 5
- Period covered
- to
- Computed
- Completeness
- No missing values
- Source
- US exchange, SIP and OPRA market data
- Licence
- Strasmore terms · free, no signup
What each column holds
| Column | Type | Range | Notes |
|---|---|---|---|
date |
date | 2026-07-20 to 2026-07-24 | |
filings |
number | 3,013 to 3,844 | |
form4 |
number | 503 to 644 | |
form8k |
number | 166 to 369 | |
f424b2 |
number | 569 to 1,083 |
Computed from Strasmore's warehouse of US exchange, SIP and OPRA market data. Equity prices are delayed; options greeks and implied volatility are end-of-day. This result is stored, not recomputed on load — it is exactly the numbers that were returned on , and the query below is what returned them.
Run it yourself
This is the exact query behind the result above. Change a ticker, a date or a column and run it against the warehouse — no account, no key. The no-signup tier is smaller than the one this page was computed on; a query that reaches past it comes back saying which plan runs it.
SELECT toString(filing_date) AS date,
count() AS filings,
countIf(form_type = '4') AS form4,
countIf(form_type = '8-K') AS form8k,
countIf(form_type = '424B2') AS f424b2
FROM global_markets.stocks_sec_edgar_index
WHERE filing_date >= '2026-07-20' AND filing_date <= '2026-07-24'
GROUP BY filing_date
ORDER BY date
AI 어시스턴트에서 이 데이터로 작업하기
이 페이지의 데이터로 바로 쿼리할 수 있게 열립니다. 무료, 계정 불필요.