STRASMORE/EXPLORE 2,170 QUERIES

2026 executed US stock splits: reverse vs. forward

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-22, from What Is a Reverse Stock Split? Good or Bad?.

as of scalar 1×3read in context →
reverse splits
778
forward splits
183
reverse pct of splits
81
Rows × columns
1 × 3
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 2026 executed US stock splits: reverse vs. forward, derived from the stored result.
ColumnTypeRangeNotes
reverse_splits number every row is 778
forward_splits number every row is 183
reverse_pct_of_splits number every row is 81 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
    countIf(adjustment_type = 'reverse_split') AS reverse_splits,
    countIf(adjustment_type = 'forward_split') AS forward_splits,
    round(100.0 * countIf(adjustment_type = 'reverse_split')
        / greatest(countIf(adjustment_type IN ('reverse_split', 'forward_split')), 1), 1) AS reverse_pct_of_splits
FROM global_markets.stocks_splits
WHERE toYear(execution_date) = 2026
  AND execution_date <= today()

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 analysisWhat Is a Reverse Stock Split? Good or Bad?
ASST: daily closes around its 1-for-20 reverse split (execution date 2026-02-06) series 69×3 The most recent US reverse stock splits on record series 12×4 2026's most common reverse split ratios ranking 10×2 Reverse vs. forward splits by year, 2019 to today ranking 8×4 Where reverse-split companies stood a year later (splits executed 12-18 months ago) ranking 3×3 What happened next: median move after a reverse split vs. SPY, splits executed 4-9 months ago series 3×7 See all 2,170 queries →