STRASMORE/EXPLORE 2,170 QUERIES

NVDA's off-exchange share of volume by Eastern-time hour, July 2, 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 What Is Dark Pool Trading? FINRA Volume Data.

as of ranking 16×4read in context →
NVDA's off-exchange share of volume by Eastern-time hour, July 2, 2026 — 16 rows by 4 columns, computed from US exchange, SIP and OPRA data.
et_houroff_exchange_shares_mon_exchange_shares_moff_exchange_pct
04:000.390.1968
05:000.020.0918.3
06:000.020.1214.1
07:000.180.3236.8
08:000.330.5338.3
09:007.316.2354
10:0010.1410.2649.7
11:008.239.1647.3
12:006.247.7744.5
13:005.396.2246.4
14:005.025.8446.2
15:008.2612.8639.1
16:0011.6717.7639.7
17:001.880.0995.5
18:000.110.152.9
19:000.120.0762.4
Rows × columns
16 × 4
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 NVDA's off-exchange share of volume by Eastern-time hour, July 2, 2026, derived from the stored result.
ColumnTypeRangeNotes
et_hour text 16 distinct values (04:00, 05:00, 06:00…)
off_exchange_shares_m number 0.02 to 11.67 count
on_exchange_shares_m number 0.07 to 17.76 count
off_exchange_pct number 14.1 to 95.5 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
    formatDateTime(toStartOfHour(toTimeZone(sip_timestamp, 'America/New_York')), '%H:00') AS et_hour,
    round(toFloat64(sumIf(size, exchange = 4)) / 1e6, 2) AS off_exchange_shares_m,
    round(toFloat64(sumIf(size, exchange != 4)) / 1e6, 2) AS on_exchange_shares_m,
    round(100 * toFloat64(sumIf(size, exchange = 4)) / toFloat64(sum(size)), 1) AS off_exchange_pct
FROM global_markets.stocks_trades
WHERE ticker = 'NVDA'
  AND sip_timestamp >= '2026-07-02 00:00:00' AND sip_timestamp < '2026-07-03 00:00:00'
  AND NOT hasAny(conditions, [15, 16, 38])
GROUP BY et_hour
ORDER BY et_hour

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 analysisWhat Is Dark Pool Trading? FINRA Volume Data
Where AAPL's trade reports came from on July 2, 2026: and which carry a TRF timestamp ranking 6×4 Off-exchange share of matched volume: five liquid names, July 2, 2026 ranking 5×4 Anatomy of TSLA's prints on July 2, 2026: off-exchange vs. on-exchange table 2×7 The receipt: TRF timestamps and the FINRA venue code agree on every AAPL report scalar 1×5 Full-day RVOL percentiles across high-volume US stocks and ETFs (20-day ADV above 5M shares), latest completed session ranking 6×2 SPY: average share of full-day volume completed by each clock time (last 20 sessions) ranking 5×2 See all 2,170 queries →