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-26, from NVDA: NVIDIA's Full June 2026, Tick by Tick.

as of series 20×4read in context →
FINRA off-exchange short volume by session: marked-short share and reported volume — 20 rows by 4 columns, computed from US exchange, SIP and OPRA data.
dateshort_shares_moffexchange_total_mshort_pct_of_offexchange
2026-06-0123.8381.3229.3
2026-06-0235.4986.7740.9
2026-06-0329.4270.4241.8
2026-06-0429.6775.4539.3
2026-06-0528.3983.5534
2026-06-0817.8953.4533.5
2026-06-0930.4775.4440.4
2026-06-1023.7763.0337.7
2026-06-1117.3858.2429.8
2026-06-1215.1945.3433.5
2026-06-1516.6351.6632.2
2026-06-1616.143.3137.2
2026-06-1715.9745.8934.8
2026-06-1814.3249.0529.2
2026-06-2214.8346.2332.1
2026-06-2316.4846.9235.1
2026-06-2414.3446.9430.5
2026-06-2518.6260.1630.9
2026-06-2617.7149.0536.1
2026-06-3023.9749.8648.1
Rows × columns
20 × 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-01 to 2026-06-30
short_shares_m number 14.32 to 35.49 count
offexchange_total_m number 43.31 to 86.77
short_pct_of_offexchange number 29.2 to 48.1 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 = 'NVDA' 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 analysisNVDA: NVIDIA's Full June 2026, Tick by Tick
The spread by session: regular-hours median and time-weighted average (bps) series 21×5 The 21 sessions: regular-hours close, close-over-close change, full-day volume series 21×5 Options session by session: contracts, the call/put split, and the put/call ratio series 21×7 Where the contracts landed: call and put volume by strike bucket table 19×5 The whole US tape ranked by June 2026 regular-hours dollar volume ranking 12×4 The trailing six months, recomputed live: turnover, shares, and month return ranking 6×4 See all 2,170 queries →