The options tape: SKHYV's day-one silence vs the comparables' clock
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-07-26, from SK Hynix's Nasdaq Debut, Measured.
skhyv debut day option trades
0
spacex days to first option
4
cerebras days to first option
4
- Rows × columns
- 1 × 3
- 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 |
|---|---|---|---|
skhyv_debut_day_option_trades |
number | every row is 0 | count |
spacex_days_to_first_option |
number | every row is 4 | |
cerebras_days_to_first_option |
number | every row is 4 |
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
(SELECT count() FROM global_markets.options_trades
WHERE ticker LIKE 'O:SKHYV%'
AND sip_timestamp >= toDateTime64('2026-07-10 00:00:00', 9) AND sip_timestamp < toDateTime64('2026-07-11 00:00:00', 9)) AS skhyv_debut_day_option_trades,
(SELECT dateDiff('day', toDate('2026-06-12'), min(toDate(toTimeZone(sip_timestamp, 'America/New_York'))))
FROM global_markets.options_trades
WHERE ticker LIKE 'O:SPCX%'
AND sip_timestamp >= toDateTime64('2026-06-12 00:00:00', 9) AND sip_timestamp < toDateTime64('2026-07-11 00:00:00', 9)) AS spacex_days_to_first_option,
(SELECT dateDiff('day', toDate('2026-05-14'), min(toDate(toTimeZone(sip_timestamp, 'America/New_York'))))
FROM global_markets.options_trades
WHERE ticker LIKE 'O:CBRS%'
AND sip_timestamp >= toDateTime64('2026-05-14 00:00:00', 9) AND sip_timestamp < toDateTime64('2026-07-11 00:00:00', 9)) AS cerebras_days_to_first_option
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 analysisSK Hynix's Nasdaq Debut, Measured
SKHYV day-one off-exchange short volume, with the file-coverage probe
scalar 1×5
→
The listing record + the SEC filing trail behind the debut
scalar 1×11
→
Debut-day anatomy: the 11:34 IPO cross, day volume, venue split, and the closing cross
scalar 1×7
→
SKHYV's first session: July 10, 2026, receipted
scalar 1×9
→
2026 US listings ranked by capital raised (top 8, $B)
ranking 8×4
→
Debut-day quoted spread by hour: the seasoning process, hour zero
ranking 5×4
→
See all 2,170 queries →