STRASMORE/EXPLORE 2,170 QUERIES

One US listing traced against a flat line at 1.5x its offer price

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-07, from Japanese IPO Lockups: The 1.5x Release Rule.

as of series 82×3read in context →
One US listing traced against a flat line at 1.5x its offer price — 82 rows by 3 columns, computed from US exchange, SIP and OPRA data.
dateclose_usdtrigger_1_5x
2024-03-2150.4451
2024-03-224651
2024-03-2559.851
2024-03-2665.1151
2024-03-2757.7551
2024-03-2849.3251
2024-04-0145.9751
2024-04-0250.4551
2024-04-0346.9951
2024-04-0445.7851
2024-04-0547.5651
2024-04-0846.1551
2024-04-094551
2024-04-1042.0951
2024-04-1144.5351
2024-04-1242.2751
2024-04-154051
2024-04-1641.1451
2024-04-1739.1751
2024-04-1841.7251
2024-04-1940.8851
2024-04-2242.0451
2024-04-2342.8251
2024-04-2443.1551
2024-04-2542.4551
2024-04-2645.4351
2024-04-2946.2851
2024-04-3044.4451
2024-05-0145.8851
2024-05-0247.751
2024-05-0346.6451
2024-05-0648.2751
2024-05-0749.451
2024-05-0851.451
2024-05-0950.1151
2024-05-1053.5351
2024-05-1358.1951
2024-05-1462.3451
2024-05-1559.6351
2024-05-1656.3851
2024-05-1762.0451
2024-05-2061.2251
2024-05-2159.3151
2024-05-2256.6951
2024-05-2354.1651
2024-05-2454.7251
2024-05-2858.4951
2024-05-2957.6451
2024-05-3056.351
2024-05-3154.2451
2024-06-0355.851
2024-06-0454.551
2024-06-0560.0751
2024-06-0663.4651
2024-06-0759.851
2024-06-1059.6351
2024-06-1161.5551
2024-06-1265.9351
2024-06-1363.9651
2024-06-1460.9451
2024-06-1760.3551
2024-06-1860.2151
2024-06-2057.4251
2024-06-2157.351
2024-06-2456.4851
2024-06-2561.3851
2024-06-2663.6151
2024-06-2763.5851
2024-06-2863.8951
2024-07-0166.5951
2024-07-0273.5151
2024-07-0373.6251
2024-07-0572.9751
2024-07-0872.8151
2024-07-0970.5951
2024-07-1069.451
2024-07-1170.2951
2024-07-1273.8551
2024-07-1572.9851
2024-07-1670.4451
2024-07-1765.2151
2024-07-1865.9251
Rows × columns
82 × 3
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 One US listing traced against a flat line at 1.5x its offer price, derived from the stored result.
ColumnTypeRangeNotes
date date 2024-03-21 to 2024-07-18
close_usd number 39.17 to 73.85 US dollars
trigger_1_5x number every row is 51

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
WITH offer AS
(
    SELECT
        min(listing_date)                 AS listed_on,
        toFloat64(max(final_issue_price)) AS offer_price
    FROM global_markets.stocks_ipos
    WHERE ticker = 'RDDT'
      AND final_issue_price > 0
)
SELECT
    toString(d.date)              AS date,
    round(toFloat64(d.close), 2)  AS close_usd,
    round(o.offer_price * 1.5, 2) AS trigger_1_5x
FROM
(
    SELECT date, close
    FROM global_markets.stocks_daily_aggs
    WHERE ticker = 'RDDT'
      AND date >= '2024-01-01'
      AND date <  '2025-01-01'
) AS d
CROSS JOIN offer AS o
WHERE d.date >= o.listed_on
  AND d.date <  o.listed_on + 120
ORDER BY d.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 analysisJapanese IPO Lockups: The 1.5x Release Rule
Share of US listings trading at 1.5x their offer price, by day since listing ranking 19×2 US listings clearing 1.5x the offer price on the first close, by listing year ranking 8×4 Weekly average daily volume: Reddit's first year of trading, March 2024 to March 2025 series 53×2 Day 180 counted from the pricing date: nine US listings series 9×6 Volume in the four weeks around day 180 vs the weeks before it: nine US listings ranking 9×4 Reddit share volume by window, counted in days from the March 20, 2024 pricing date ranking 5×3 See all 2,170 queries →