STRASMORE/EXPLORE 2,170 QUERIES

ASST's reverse split history on record

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 series 2×6read in context →
ASST's reverse split history on record — 2 rows by 6 columns, computed from US exchange, SIP and OPRA data.
execution_dateratiomonth_labeldate_labelsplit_fromsplit_to
2024-07-021-for-5July 2024July 2, 202451
2026-02-061-for-20February 2026February 6, 2026201
Rows × columns
2 × 6
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 ASST's reverse split history on record, derived from the stored result.
ColumnTypeRangeNotes
execution_date date 2024-07-02 to 2026-02-06
ratio text 2 distinct values (1-for-20, 1-for-5)
month_label text 2 distinct values (February 2026, July 2024)
date_label text 2 distinct values (February 6, 2026, July 2, 2024)
split_from number 5 to 20
split_to number every row is 1

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
    execution_date,
    concat(toString(split_to), '-for-', toString(split_from)) AS ratio,
    concat(monthName(execution_date), ' ', toString(toYear(execution_date))) AS month_label,
    concat(monthName(execution_date), ' ', toString(toDayOfMonth(execution_date)), ', ',
           toString(toYear(execution_date))) AS date_label,
    split_from,
    split_to
FROM global_markets.stocks_splits
WHERE ticker = 'ASST'
  AND adjustment_type = 'reverse_split'
ORDER BY execution_date

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 What happened next: median move after a reverse split vs. SPY, splits executed 4-9 months ago series 3×7 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 See all 2,170 queries →