SK Hynix's Nasdaq Debut, Measured
Debut-day quoted spread by hour: the seasoning process, hour zeroranking ·
2026-07-26 · 5×4
SKHYV day-one off-exchange short volume, with the file-coverage probescalar ·
2026-07-26 · 1×521.3
The options tape: SKHYV's day-one silence vs the comparables' clockscalar ·
2026-07-26 · 1×30
Memory-sector day one, July 10, 2026: RTH move and dollar volumetable ·
2026-07-26 · 4×5
The listing record + the SEC filing trail behind the debutscalar ·
2026-07-26 · 1×11158.14
2026 US listings ranked by capital raised (top 8, $B)ranking ·
2026-07-26 · 8×4
Debut-day anatomy: the 11:34 IPO cross, day volume, venue split, and the closing crossscalar ·
2026-07-26 · 1×7170
SKHYV's first session: July 10, 2026, receiptedscalar ·
2026-07-26 · 1×9170
IPO Market 2026: The First Half in Numbers
US-dollar listings by month, H1 2026: count and dollars raisedseries ·
2026-07-26 · 6×3
H1 2026 listings by security type: count, dollars, and the typical deal in each buckettable ·
2026-07-26 · 3×5
H1 2026 listings: totals, the typical deal, and the concentration receiptsscalar ·
2026-07-26 · 1×11184
H1 2026 listings by primary exchange: count, dollars, and the unit-offering shareranking ·
2026-07-26 · 4×4
The eight largest US listings of H1 2026 by offer sizeranking ·
2026-07-26 · 8×3
First-half listings by year, 2019-2026: like-for-like January-June counts and dollarsranking ·
2026-07-26 · 8×3
H1 2026 listings vs their offer price: last regular-hours close of July 6-10, by typetable ·
2026-07-26 · 3×7
Debut-day quoted spread by hour: the seasoning process, hour zero
Debut-day quoted spread by hour: the seasoning process, hour zero
| et_hour | med_spread_bps | quote_updates | two_sided_updates |
|---|---|---|---|
| 11 | 10 | 97165 | 96654 |
| 12 | 5.8 | 89901 | 89290 |
| 13 | 5.2 | 46980 | 46964 |
| 14 | 5.3 | 43489 | 43482 |
| 15 | 4.1 | 49685 | 49616 |
the exact SQL behind every number
SELECT
toHour(toTimeZone(sip_timestamp, 'America/New_York')) AS et_hour,
round(quantileDeterministicIf(0.5)((toFloat64(ask_price) - toFloat64(bid_price)) / ((toFloat64(ask_price) + toFloat64(bid_price)) / 2) * 10000, toUInt64(toUnixTimestamp64Micro(sip_timestamp)), bid_price > 0 AND ask_price > bid_price), 1) AS med_spread_bps,
count() AS quote_updates,
countIf(bid_price > 0 AND ask_price > bid_price) AS two_sided_updates
FROM global_markets.cache_stocks_quotes
WHERE ticker = 'SKHYV'
AND sip_timestamp >= toDateTime64('2026-07-10 13:30:00', 9) AND sip_timestamp < toDateTime64('2026-07-10 20:00:00', 9)
AND (toHour(sip_timestamp) * 60 + toMinute(sip_timestamp)) BETWEEN 810 AND 1199
GROUP BY et_hour
HAVING countIf(bid_price > 0 AND ask_price > bid_price) > 0
ORDER BY et_hour
More from this analysisSK Hynix's Nasdaq Debut, Measured
2026 US listings ranked by capital raised (top 8, $B)
ranking 8×4
→
Memory-sector day one, July 10, 2026: RTH move and dollar volume
table 4×5
→
SKHYV day-one off-exchange short volume, with the file-coverage probe
scalar 1×5
→
The options tape: SKHYV's day-one silence vs the comparables' clock
scalar 1×3
→
See all 2,173 queries →