The first short-interest print, with the old-entity cliff as its own receipt
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-27, from SPCX: SpaceX's First Month on the Public Market.
new entity settlement
2026-06-15
shares short m
23.34
avg daily volume m
69.19
reported days to cover
1
implied days to cover
0.34
settlements published after june15
2
last old entity settlement
2026-03-31
last old entity short interest
9,711
jump multiple vs old entity
2,404
- Rows × columns
- 1 × 9
- Period covered
- 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 |
|---|---|---|---|
new_entity_settlement |
date | 2026-06-15 | |
shares_short_m |
number | every row is 23.34 | count |
avg_daily_volume_m |
number | every row is 69.19 | count |
reported_days_to_cover |
number | every row is 1 | |
implied_days_to_cover |
number | every row is 0.34 | |
settlements_published_after_june15 |
number | every row is 2 | |
last_old_entity_settlement |
date | 2026-03-31 | |
last_old_entity_short_interest |
number | every row is 9,711 | |
jump_multiple_vs_old_entity |
number | every row is 2,404 |
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
toString(minIf(settlement_date, settlement_date >= toDate('2026-06-01'))) AS new_entity_settlement,
round(toFloat64(argMinIf(short_interest, settlement_date, settlement_date >= toDate('2026-06-01'))) / 1e6, 2) AS shares_short_m,
round(toFloat64(argMinIf(avg_daily_volume, settlement_date, settlement_date >= toDate('2026-06-01'))) / 1e6, 2) AS avg_daily_volume_m,
argMinIf(days_to_cover, settlement_date, settlement_date >= toDate('2026-06-01')) AS reported_days_to_cover,
round(toFloat64(argMinIf(short_interest, settlement_date, settlement_date >= toDate('2026-06-01'))) / toFloat64(argMinIf(avg_daily_volume, settlement_date, settlement_date >= toDate('2026-06-01'))), 2) AS implied_days_to_cover,
countIf(settlement_date > toDate('2026-06-15')) AS settlements_published_after_june15,
toString(argMaxIf(settlement_date, settlement_date, settlement_date < toDate('2026-06-01'))) AS last_old_entity_settlement,
argMaxIf(short_interest, settlement_date, settlement_date < toDate('2026-06-01')) AS last_old_entity_short_interest,
round(toFloat64(argMinIf(short_interest, settlement_date, settlement_date >= toDate('2026-06-01'))) / toFloat64(argMaxIf(short_interest, settlement_date, settlement_date < toDate('2026-06-01'))), 0) AS jump_multiple_vs_old_entity
FROM global_markets.stocks_short_interest
WHERE ticker = 'SPCX'
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 analysisSPCX: SpaceX's First Month on the Public Market
The whole SPCX tape in one row: prints, print sizes, and the quote census
scalar 1×12
→
SpaceX's options market in one row: totals, expiry structure, flagship contracts
scalar 1×22
→
The information flow in one row: tagging switches on, feed composition, co-tags
scalar 1×17
→
The month on one row: issue to close, with the extremes and their receipts
scalar 1×22
→
Listing day on one row: first quote, opening cross, closing cross, day totals
scalar 1×14
→
The IPO record: the entity behind SPCX since June 12, 2026
scalar 1×8
→
See all 2,170 queries →