STRASMORE/EXPLORE 2,170 QUERIES

FINRA off-exchange short volume by session: marked-short share and reported volume

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.

as of series 12×4read in context →
FINRA off-exchange short volume by session: marked-short share and reported volume — 12 rows by 4 columns, computed from US exchange, SIP and OPRA data.
dateshort_shares_moffexchange_total_mshort_pct_of_offexchange
2026-06-1244.35131.5333.7
2026-06-1542.4595.944.3
2026-06-1657.63124.746.2
2026-06-1737.5982.2345.7
2026-06-1842.7183.1151.4
2026-06-2246.5376.8760.5
2026-06-2342.3564.4265.7
2026-06-2420.5729.9368.7
2026-06-2516.3424.4266.9
2026-06-2620.3131.2864.9
2026-06-2920.5331.3165.6
2026-06-3025.435.7771
Rows × columns
12 × 4
Period covered
to
Computed
Completeness
No missing values
Source
US exchange, SIP and OPRA market data
Licence
Strasmore terms · free, no signup
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for FINRA off-exchange short volume by session: marked-short share and reported volume, derived from the stored result.
ColumnTypeRangeNotes
date date 2026-06-12 to 2026-06-30
short_shares_m number 16.34 to 57.63 count
offexchange_total_m number 24.42 to 131.53
short_pct_of_offexchange number 33.7 to 71 percent

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
    date,
    round(toFloat64(any(short_volume)) / 1e6, 2) AS short_shares_m,
    round(toFloat64(any(total_volume)) / 1e6, 2) AS offexchange_total_m,
    round(100 * toFloat64(any(short_volume)) / toFloat64(any(total_volume)), 1) AS short_pct_of_offexchange
FROM global_markets.stocks_short_volume
WHERE ticker = 'SPCX' AND date >= toDate('2026-06-01') AND date <= toDate('2026-06-30')
GROUP BY date
ORDER BY date

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
Symbol-reuse receipt: thirteen months of SPCX minute bars, May 2026 is absent entirely series 12×5 The seasoning curve: regular-hours spread by session, per-update and time-weighted series 12×8 The sessions: regular-hours close, close-over-close change, full-day volume series 12×5 Options session by session: contracts, the call/put split, and the put/call ratio series 10×7 What it cost to trade the busiest contract: NBBO spread over its three sessions series 3×6 Where the contracts landed: call and put volume by strike bucket table 19×5 See all 2,170 queries →