STRASMORE/EXPLORE 2,170 QUERIES

Where AAPL trades printed, June 17 2026, 10:00 to 11:30 ET

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-10, from The Vendor Display Rule: SEC Rule 603(c).

as of ranking 17×3read in context →
Where AAPL trades printed, June 17 2026, 10:00 to 11:30 ET — 17 rows by 3 columns, computed from US exchange, SIP and OPRA data.
venueprintsshares_thousands
FINRA Alternative Display Facility1297293014.4
Nasdaq259541245.4
NYSE Arca, Inc.13564549.6
Cboe BZX6257364.7
Investors Exchange4647253.8
Cboe EDGX4154233.3
Members Exchange2658157.2
New York Stock Exchange203488.4
Nasdaq Texas, Inc.96443.1
Cboe EDGA65718.6
MIAX Pearl34614.3
Nasdaq Philadelphia Exchange LLC27219
Cboe BYX2698
NYSE National, Inc.1476.7
NYSE Texas, Inc.14735.9
NYSE American, LLC1237.1
24X National Exchange LLC160.4
Rows × columns
17 × 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 Where AAPL trades printed, June 17 2026, 10:00 to 11:30 ET, derived from the stored result.
ColumnTypeRangeNotes
venue text 17 distinct values
prints number 16 to 129,729
shares_thousands number 0.4 to 3,014.4 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.

the exact SQL behind every number
SELECT
    if(empty(x.venue_name), concat('Venue ', toString(a.exchange_id)), x.venue_name) AS venue,
    a.prints           AS prints,
    a.shares_thousands AS shares_thousands
FROM
(
    SELECT
        toUInt32(exchange)           AS exchange_id,
        count()                      AS prints,
        round(sum(size) / 1000.0, 1) AS shares_thousands
    FROM global_markets.stocks_trades
    WHERE ticker = 'AAPL'
      AND sip_timestamp >= '2026-06-17 14:00:00'
      AND sip_timestamp <  '2026-06-17 15:30:00'
    GROUP BY exchange_id
) AS a
LEFT JOIN
(
    SELECT
        toUInt32(id) AS exchange_id,
        any(name)    AS venue_name
    FROM global_markets.stocks_exchanges
    WHERE asset_class = 'stocks'
    GROUP BY exchange_id
) AS x ON x.exchange_id = a.exchange_id
ORDER BY prints DESC
LIMIT 20

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 analysisThe Vendor Display Rule: SEC Rule 603(c)
Which venue held the national best bid in AAPL, June 17 2026, 10:00 to 11:30 ET ranking 16×3 Consolidated spread vs single venue spread, AAPL, June 17 2026 series 90×4 Round lot size for a basket of familiar tickers, from the latest close ranking 9×3 AAPL trade sizes on the 27 April 2026 session ranking 4×3 How many listed names sit in each round lot tier ranking 3×3 Listed names averaging above $250 a share, by month series 24×2 See all 2,170 queries →