SKHYV day-one off-exchange short volume, with the file-coverage probe
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.
short shares m
21.3
offex shares m
34.9
short pct of offex
60.8
file ticker count
15,116
file last ticker
ZYME
- Rows × columns
- 1 × 5
- 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 |
|---|---|---|---|
short_shares_m |
number | every row is 21.3 | count |
offex_shares_m |
number | every row is 34.9 | count |
short_pct_of_offex |
number | every row is 60.8 | percent |
file_ticker_count |
number | every row is 15,116 | count |
file_last_ticker |
text | 1 distinct value (ZYME) |
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
round(max(short_volume) / 1e6, 1) AS short_shares_m,
round(max(total_volume) / 1e6, 1) AS offex_shares_m,
round(100 * max(short_volume) / max(total_volume), 1) AS short_pct_of_offex,
(SELECT uniqExact(ticker) FROM global_markets.stocks_short_volume WHERE date = '2026-07-10') AS file_ticker_count,
(SELECT max(ticker) FROM global_markets.stocks_short_volume WHERE date = '2026-07-10') AS file_last_ticker
FROM global_markets.stocks_short_volume
WHERE ticker = 'SKHYV' AND date = '2026-07-10'
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
The options tape: SKHYV's day-one silence vs the comparables' clock
scalar 1×3
→
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 →