STRASMORE/EXPLORE 2,170 QUERIES

Print sizes across five names, 10:00 to 11:00 a.m. ET on 2026-06-10

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-08-07, from Time in Force Explained: Day, GTC, IOC, FOK.

as of ranking 5×3read in context →
Print sizes across five names, 10:00 to 11:00 a.m. ET on 2026-06-10 — 5 rows by 3 columns, computed from US exchange, SIP and OPRA data.
symbolavg_print_shareslarge_print_pct
NVDA380.32
KO420.31
SPY450.24
AAPL380.14
MSFT310.1
Rows × columns
5 × 3
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 Print sizes across five names, 10:00 to 11:00 a.m. ET on 2026-06-10, derived from the stored result.
ColumnTypeRangeNotes
symbol text 5 distinct values (AAPL, KO, MSFT…)
avg_print_shares number 31 to 45 count
large_print_pct number 0.1 to 0.32 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
    ticker                                          AS symbol,
    round(avg(size), 0)                             AS avg_print_shares,
    round(100 * countIf(size >= 1000) / count(), 2) AS large_print_pct
FROM global_markets.stocks_trades
WHERE ticker IN ('SPY', 'AAPL', 'NVDA', 'MSFT', 'KO')
  AND sip_timestamp >= toDateTime('2026-06-10 14:00:00', 'UTC')
  AND sip_timestamp <  toDateTime('2026-06-10 15:00:00', 'UTC')
  AND size > 0
GROUP BY ticker
ORDER BY large_print_pct DESC

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 analysisTime in Force Explained: Day, GTC, IOC, FOK
SPY share volume by ET clock hour, June 2026 series 16×2 SPY volume per minute into the close, June 2026 session average series 16×2 US stock splits per month, forward and reverse series 12×3 Opening drop per dollar of dividend paid, ex-dates 2021 to 2025 ranking 10×4 Quarterly dividend against ordinary overnight moves, 2021 to 2025 ranking 10×4 Opening and closing windows as a share of regular-session volume ranking 8×3 See all 2,170 queries →