STRASMORE/EXPLORE 2,433 QUERIES

Every year the SPCX symbol printed a regular session

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-20, from SpaceX Lockup Expiration Date: How to Find It.

as of series 7×4read in context →
Every year the SPCX symbol printed a regular session — 7 rows by 4 columns, computed from US exchange, SIP and OPRA data.
yearsessionsfirst_sessionlast_session
2020112020-12-162020-12-31
20212522021-01-042021-12-31
20222502022-01-032022-12-30
20232332023-01-032023-12-29
20242282024-01-022024-12-31
20252032025-01-022025-12-31
20261242026-01-052026-09-18
Rows × columns
7 × 4
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 Every year the SPCX symbol printed a regular session, derived from the stored result.
ColumnTypeRangeNotes
year text 7 distinct values (2020, 2021, 2022…)
sessions number 11 to 252
first_session date 2020-12-16 to 2026-01-05
last_session date 2020-12-31 to 2026-09-18

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(d))  AS year,
    count()              AS sessions,
    toString(min(d))     AS first_session,
    toString(max(d))     AS last_session
FROM
(
    SELECT DISTINCT toDate(toTimeZone(window_start, 'America/New_York')) AS d
    FROM global_markets.delayed_stocks_minute_aggs
    WHERE ticker = 'SPCX'
      AND window_start >= '2015-01-01'
      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 year
ORDER BY year
⌘/Ctrl + Enter
More from this analysisSpaceX Lockup Expiration Date: How to Find It
SPCX regular sessions since June 2026: closing price and share volume series 68×4 Calendar days against regular trading sessions since the SPCX debut series 15×3 SPY volume on monthly expiration Fridays against the month's other sessions series 11×3 Where standard lockup conventions land, counted from the first SPCX session series 4×5 Regular-hours session scoreboard: open, close, low, high, volume for every SPCX session since listing series 59×7 RDDT daily close and volume around its 180 day mark, Aug to Oct 2024 series 53×3 See all 2,433 queries →