STRASMORE/EXPLORE 2,170 QUERIES

Original Form 4 documents and Form 4/A amendments, by filing month

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-08, from How to Read a Form 4 Insider Trading Filing.

as of series 12×4read in context →
Original Form 4 documents and Form 4/A amendments, by filing month — 12 rows by 4 columns, computed from US exchange, SIP and OPRA data.
monthoriginal_countamendment_countamendment_pct
2025-08-01112791421.24
2025-09-0198401741.74
2025-10-019322981.04
2025-11-01107721141.05
2025-12-01130671871.41
2026-01-01138131871.34
2026-02-01210292911.36
2026-03-01219594221.89
2026-04-01128502541.94
2026-05-01192062431.25
2026-06-01176942171.21
2026-07-01110331891.68
Rows × columns
12 × 4
Period covered
to
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for Original Form 4 documents and Form 4/A amendments, by filing month, derived from the stored result.
ColumnTypeRangeNotes
month date 2025-08-01 to 2026-07-01
original_count number 9,322 to 21,959 count
amendment_count number 98 to 422 count
amendment_pct number 1.04 to 1.94 percent

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.

the exact SQL behind every number
SELECT
    toString(toStartOfMonth(filing_date))                                  AS month,
    uniqExactIf(accession_number, form_type = '4')                         AS original_count,
    uniqExactIf(accession_number, form_type = '4/A')                       AS amendment_count,
    round(100 * uniqExactIf(accession_number, form_type = '4/A')
              / uniqExact(accession_number), 2)                            AS amendment_pct
FROM global_markets.stocks_form4
WHERE filing_date >= toDate('2025-08-01')
  AND filing_date <  toDate('2026-08-01')
  AND form_type IN ('4', '4/A')
GROUP BY month
HAVING uniqExact(accession_number) > 0
ORDER BY month

Run your own version of this

The same 22 years of US equities and 12 years of options data are queryable in SQL or plain English. A free account runs 100 queries a day and takes no card.

More from this analysisHow to Read a Form 4 Insider Trading Filing
Form 4 filings containing a sale: with an exercise on the same document, or without series 12×4 Share of reported Form 4 lines by transaction code, Aug 2025 to Jul 2026 ranking 7×3 Calendar days from transaction date to Form 4 filing date ranking 6×3 Share of Form 4 lines booked as indirect ownership, by transaction code ranking 6×3 Total EDGAR filings and the Form 4 share, by quarter (last 12 full quarters) table 12×6 The most common SEC form types: share of all EDGAR filings, trailing 12 months ranking 12×2 See all 2,170 queries →