SK Hynix's first session: the listing record vs the tape, July 10, 2026
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 Market Recap: July 10, 2026, The Day in Numbers.
recorded issue price
158.14
raised bn
28.1
first rth open
170
open vs issue pct
7.5
regular close
168.33
rth dollar bn
18.03
day shares m
106.8
bars before debut
0
- Rows × columns
- 1 × 8
- 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 |
|---|---|---|---|
recorded_issue_price |
number | every row is 158.14 | US dollars |
raised_bn |
number | every row is 28.1 | |
first_rth_open |
number | every row is 170 | US dollars |
open_vs_issue_pct |
number | every row is 7.5 | percent |
regular_close |
number | every row is 168.33 | US dollars |
rth_dollar_bn |
number | every row is 18.03 | |
day_shares_m |
number | every row is 106.8 | count |
bars_before_debut |
number | every row is 0 |
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 round(toFloat64(final_issue_price), 2) FROM global_markets.stocks_ipos
WHERE issuer_name = 'SK Hynix Inc' AND listing_date = '2026-07-10') AS recorded_issue_price,
(SELECT round(total_offer_size / 1e9, 1) FROM global_markets.stocks_ipos
WHERE issuer_name = 'SK Hynix Inc' AND listing_date = '2026-07-10') AS raised_bn,
round(toFloat64(argMinIf(open, window_start, window_start >= '2026-07-10 13:30:00' AND window_start < '2026-07-10 20:00:00')), 2) AS first_rth_open,
round(100 * (toFloat64(argMinIf(open, window_start, window_start >= '2026-07-10 13:30:00' AND window_start < '2026-07-10 20:00:00'))
/ (SELECT toFloat64(final_issue_price) FROM global_markets.stocks_ipos
WHERE issuer_name = 'SK Hynix Inc' AND listing_date = '2026-07-10') - 1), 1) AS open_vs_issue_pct,
round(toFloat64(argMaxIf(close, window_start, window_start < '2026-07-10 20:00:00')), 2) AS regular_close,
round(sumIf(toFloat64(close) * toFloat64(volume), window_start >= '2026-07-10 13:30:00' AND window_start < '2026-07-10 20:00:00') / 1e9, 2) AS rth_dollar_bn,
round(sum(toFloat64(volume)) / 1e6, 1) AS day_shares_m,
(SELECT count() FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'SKHYV' AND window_start < '2026-07-10 00:00:00') AS bars_before_debut
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'SKHYV' AND window_start >= '2026-07-10 04:00:00' AND window_start < '2026-07-11 00:00:00'
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 analysisMarket Recap: July 10, 2026, The Day in Numbers
Session verification: first/last SPY bar ET, regular-bar count, holiday receipts, next closure
scalar 1×7
→
The week of July 13–17: closures, ex-dividends, splits, the monthly expiry, and the short-interest lag
scalar 1×8
→
Ex-divs, splits, news, and the July 10 SEC filing mix
scalar 1×16
→
Treasury print status: July 9 and July 10 rows on record, and the July 8 curve (latest at authoring)
scalar 1×6
→
SPY day move in trailing context (~22 sessions, open-to-close)
scalar 1×4
→
Stocks NBBO update count: July 10 vs July 9, with named-ticker updates (millions)
scalar 1×6
→
See all 2,170 queries →