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?.
| execution_date | ratio | month_label | date_label | split_from | split_to |
|---|---|---|---|---|---|
| 2024-07-02 | 1-for-5 | July 2024 | July 2, 2024 | 5 | 1 |
| 2026-02-06 | 1-for-20 | February 2026 | February 6, 2026 | 20 | 1 |
- 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
What each column holds
| Column | Type | Range | Notes |
|---|---|---|---|
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 →