The print NAV is struck from: AAPL's closing auction cross, July 10, 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 When Do Mutual Funds Trade? NAV Pricing at 4 pm.
auction shares m
5.47
auction time et
16:00:00
printed at 1600
1
auction price
315.32
median trade shares
5
auction pct of volume
16
- Rows × columns
- 1 × 6
- Computed
- Completeness
- No missing values
- Source
- US exchange, SIP and OPRA market data
- Licence
- Strasmore terms · free, no signup
What each column holds
| Column | Type | Range | Notes |
|---|---|---|---|
auction_shares_m |
number | every row is 5.47 | count |
auction_time_et |
text | 1 distinct value (16:00:00) | |
printed_at_1600 |
number | every row is 1 | |
auction_price |
number | every row is 315.32 | US dollars |
median_trade_shares |
number | every row is 5 | count |
auction_pct_of_volume |
number | every row is 16 | 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
round(toFloat64(maxIf(size, has(conditions, 8))) / 1e6, 2) AS auction_shares_m,
formatDateTime(toTimeZone(argMaxIf(sip_timestamp, (size, sip_timestamp), has(conditions, 8)), 'America/New_York'), '%H:%i:%S') AS auction_time_et,
toUInt8(formatDateTime(toTimeZone(argMaxIf(sip_timestamp, (size, sip_timestamp), has(conditions, 8)), 'America/New_York'), '%H:%i:%S') = '16:00:00') AS printed_at_1600,
round(argMaxIf(price, (size, sip_timestamp), has(conditions, 8)), 2) AS auction_price,
round(quantileDeterministicIf(0.5)(toFloat64(size), toUInt64(sip_timestamp), NOT has(conditions, 8) AND NOT hasAny(conditions, [15, 16, 38]))) AS median_trade_shares,
round(100 * toFloat64(maxIf(size, has(conditions, 8))) / toFloat64(sumIf(size, NOT hasAny(conditions, [15, 16, 38]))), 1) AS auction_pct_of_volume
FROM global_markets.stocks_trades
WHERE ticker = 'AAPL'
AND sip_timestamp >= toDateTime('2026-07-10 04:00:00', 'America/New_York')
AND sip_timestamp < toDateTime('2026-07-10 20:00:00', 'America/New_York')
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 analysisWhen Do Mutual Funds Trade? NAV Pricing at 4 pm
The same 15 sessions, summarized: the close's floor, average, and peak
scalar 1×4
→
Month-end sessions vs all other sessions: SPY close concentration, January–June 2026
scalar 1×7
→
How much of SPY's day trades at the very end: July 10, 2026 regular session
scalar 1×3
→
SPY volume share of the final 30 minutes and final minute: last 15 sessions through July 10, 2026
series 15×3
→
The spread a fund buyer never pays: median quoted spread, July 10, 2026 regular session
ranking 3×3
→
One session, many prices: VOO in half-hour marks, Wednesday July 22, 2026
series 32×3
→
See all 2,170 queries →