STRASMORE/EXPLORE 2,170 QUERIES

RDDT daily close and volume around its 180 day mark, Aug to Oct 2024

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-06, from Do Stocks Fall When a Lockup Expires?.

as of series 53×3read in context →
RDDT daily close and volume around its 180 day mark, Aug to Oct 2024 — 53 rows by 3 columns, computed from US exchange, SIP and OPRA data.
session_dateclosevolume_m
2024-08-1252.513.28
2024-08-1354.553.5
2024-08-1454.983.66
2024-08-1555.594.61
2024-08-1654.912.89
2024-08-1954.264.35
2024-08-2055.044.02
2024-08-2156.893.96
2024-08-2256.443.77
2024-08-2359.225.16
2024-08-2658.232.42
2024-08-27593.56
2024-08-2856.133.89
2024-08-2958.764.86
2024-08-3060.033.47
2024-09-0357.542.81
2024-09-0457.012.65
2024-09-0558.662.58
2024-09-0656.862.91
2024-09-0957.444.17
2024-09-1056.822.53
2024-09-1159.863.27
2024-09-1259.624.65
2024-09-1359.083.63
2024-09-1659.172.57
2024-09-1761.933.65
2024-09-1863.644.42
2024-09-1964.554.9
2024-09-2066.213.79
2024-09-2365.023.44
2024-09-2466.953.84
2024-09-2567.943.88
2024-09-2666.534.09
2024-09-2767.063.02
2024-09-3065.923.2
2024-10-0166.012.57
2024-10-0267.763.57
2024-10-0367.473.99
2024-10-0472.46.53
2024-10-0770.462.61
2024-10-0870.772.34
2024-10-09714.57
2024-10-1069.893.82
2024-10-1173.164.24
2024-10-1474.885.19
2024-10-1575.175.24
2024-10-1677.254.23
2024-10-1776.32.77
2024-10-1880.915.23
2024-10-2178.533.51
2024-10-2277.292.74
2024-10-2377.593.67
2024-10-2478.621.57
Rows × columns
53 × 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 RDDT daily close and volume around its 180 day mark, Aug to Oct 2024, derived from the stored result.
ColumnTypeRangeNotes
session_date date 2024-08-12 to 2024-10-24
close number 52.51 to 80.91 US dollars
volume_m number 1.57 to 6.53 count

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
    toString(toDate(toTimeZone(window_start, 'America/New_York'))) AS session_date,
    round(toFloat64(argMax(close, window_start)), 2)               AS close,
    round(toFloat64(sum(volume)) / 1e6, 2)                         AS volume_m
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'RDDT'
  AND window_start >= toDateTime('2024-08-12 00:00:00')
  AND window_start <  toDateTime('2024-10-25 00:00:00')
  AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60
       + toMinute(toTimeZone(window_start, 'America/New_York'))) >= 570
  AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60
       + toMinute(toTimeZone(window_start, 'America/New_York'))) < 960
GROUP BY session_date
ORDER BY session_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 analysisDo Stocks Fall When a Lockup Expires?
Average daily volume before and after the 180 day mark, 2023-2024 IPOs ranking 6×4 Short-marked share of reported volume, 30 days either side of the mark ranking 6×3 Price change over the 30 days before and after the 180 day mark ranking 6×3 SPCX regular sessions since June 2026: closing price and share volume series 49×4 SPY volume on monthly expiration Fridays against the month's other sessions series 11×3 Calendar days against regular trading sessions since the SPCX debut series 11×3 See all 2,170 queries →