STRASMORE/EXPLORE 2,170 QUERIES

Small AAPL print sizes: five sessions in January 2026 against five in July 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-12, from How Fractional Shares Hit the Tape.

as of table 26×3read in context →
Small AAPL print sizes: five sessions in January 2026 against five in July 2026 — 26 rows by 3 columns, computed from US exchange, SIP and OPRA data.
sharesprints_early_januaryprints_early_july
021191620
11360015331200
2121418132674
38785684397
45943771133
510002292309
63575337368
73346128735
82488929334
92293926734
10146700101482
111901321309
122031226355
131467817757
141445217331
152847129376
161727819680
171493916017
181480614261
191404717258
2070617212021
211162210907
221193511005
23992210129
241184616717
259869554423
Rows × columns
26 × 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 Small AAPL print sizes: five sessions in January 2026 against five in July 2026, derived from the stored result.
ColumnTypeRangeNotes
shares number 0 to 25 count
prints_early_january number 2 to 1,360,015
prints_early_july number 10,129 to 1,191,620

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
    scaffold.shares                        AS shares,
    toUInt64(ifNull(t.jan_prints, 0))      AS prints_early_january,
    toUInt64(ifNull(t.jul_prints, 0))      AS prints_early_july
FROM
(
    SELECT toUInt32(arrayJoin(range(0, 26))) AS shares
) AS scaffold
LEFT JOIN
(
    SELECT
        toUInt32(floor(toFloat64(size)))                 AS shares,
        countIf(sip_timestamp <  '2026-02-01 00:00:00')  AS jan_prints,
        countIf(sip_timestamp >= '2026-07-01 00:00:00')  AS jul_prints
    FROM global_markets.stocks_trades
    WHERE ticker = 'AAPL'
      AND ((sip_timestamp >= '2026-01-05 00:00:00' AND sip_timestamp < '2026-01-10 00:00:00')
        OR (sip_timestamp >= '2026-07-06 00:00:00' AND sip_timestamp < '2026-07-11 00:00:00'))
      AND toFloat64(size) < 26
    GROUP BY shares
) AS t ON t.shares = scaffold.shares
ORDER BY shares

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 analysisHow Fractional Shares Hit the Tape
AAPL average print size across the February 2026 boundary series 19×4 Average shares per print by month, September 2025 through July 2026 series 11×5 Odd lots, round lots and sub-one-share prints across six names, July 8 to 10, 2026 ranking 6×4 The same twelve prints, ranked by venue clock and by tape clock table 12×7 SIP receive lag by venue, AAPL, 10 June 2026 (microseconds) ranking 11×4 Off exchange AAPL prints by reporting delay, 10 June 2026 ranking 5×3 See all 2,170 queries →