STRASMORE/EXPLORE 2,648 QUERIES

Average shares per trade print, June 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-08-08, from Price-Time Priority vs Pro-Rata Fills.

as of ranking 8×2read in context →
Average shares per trade print, June 2026 — 8 rows by 2 columns, computed from US exchange, SIP and OPRA data.
symbolavg_shares_per_print
F336.5
T321
SPY75.6
KO71.5
AAPL67.9
NVDA61.6
JNJ56.8
MSFT53.2
Rows × columns
8 × 2
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 Average shares per trade print, June 2026, derived from the stored result.
ColumnTypeRangeNotes
symbol text 8 distinct values (AAPL, F, JNJ…)
avg_shares_per_print number 53.2 to 336.5 count

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.

Run it yourself

This is the exact query behind the result above. Change a ticker, a date or a column and run it against the warehouse — no account, no key. The no-signup tier is smaller than the one this page was computed on; a query that reaches past it comes back saying which plan runs it.

SELECT
    ticker                                    AS symbol,
    round(sum(volume) / sum(transactions), 1) AS avg_shares_per_print
FROM global_markets.stocks_daily_aggs
WHERE ticker IN ('AAPL', 'MSFT', 'NVDA', 'SPY', 'KO', 'JNJ', 'T', 'F')
  AND date >= '2026-06-01'
  AND date <  '2026-07-01'
GROUP BY ticker
HAVING sum(transactions) > 0
ORDER BY avg_shares_per_print DESC
⌘/Ctrl + Enter

Work with this data in your AI assistant

Opens ready to query, with this page's data. Free, no account.

More from this analysisPrice-Time Priority vs Pro-Rata Fills
Quote updates per second and average quoted spread, ten minutes on 17 June 2026 ranking 5×3 → AAPL option prints by contract count, 17 June 2026 ranking 5×2 → AAPL trade prints by share count, 17 June 2026 ranking 5×2 → Trade condition flags on one full session ranking 10×3 → Share of one minute windows carrying at least N shares (June 2026) ranking 9×3 → How often the quoted spread sits at a single cent (10 June 2026 session) ranking 6×3 → See all 2,648 queries →