STRASMORE/EXPLORE 2,549 QUERIES

yearly_actions

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-09-24, from bonus-shares-vs-stock-splits.

as of ranking 11×3read in context →
yearly_actions — 11 rows by 3 columns, computed from US exchange, SIP and OPRA data.
yearforward_splitsreverse_splits
2016235722
2017268704
2018329521
2019219602
2020229681
2021282489
2022234621
2023246832
2024348870
20253171030
2026244899
Rows × columns
11 × 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 yearly_actions, derived from the stored result.
ColumnTypeRangeNotes
year text 11 distinct values (2016, 2017, 2018…)
forward_splits number 219 to 348
reverse_splits number 489 to 1,030

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(toYear(execution_date))                            AS year,
    uniqExactIf(id, toUInt32(split_to) > toUInt32(split_from))  AS forward_splits,
    uniqExactIf(id, toUInt32(split_to) < toUInt32(split_from))  AS reverse_splits
FROM global_markets.stocks_splits
WHERE execution_date >= '2016-01-01'
  AND execution_date <  today()
GROUP BY year
ORDER BY year
⌘/Ctrl + Enter

या डेटासोबत तुमच्या AI सहाय्यकात काम करा

या पानावरील डेटासह, क्वेरीसाठी तयार उघडते. मोफत, खात्याशिवाय.