The receipt: CAG's closing auction and its code-15 re-report, side by side
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 Microstructure Deep-Dive: June 29, 2026.
auction print shares m
61.69
official close reprint shares m
61.69
share difference
0
reprint et
16:04:53
reprint exchange id
10
cag code15 prints
6
- 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_print_shares_m |
number | every row is 61.69 | count |
official_close_reprint_shares_m |
number | every row is 61.69 | US dollars |
share_difference |
number | every row is 0 | |
reprint_et |
text | 1 distinct value (16:04:53) | |
reprint_exchange_id |
number | every row is 10 | |
cag_code15_prints |
number | every row is 6 |
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_print_shares_m,
round(toFloat64(maxIf(size, has(conditions, 15))) / 1e6, 2) AS official_close_reprint_shares_m,
round(toFloat64(maxIf(size, has(conditions, 8))) - toFloat64(maxIf(size, has(conditions, 15))), 2) AS share_difference,
formatDateTime(toTimeZone(argMaxIf(sip_timestamp, size, has(conditions, 15)), 'America/New_York'), '%H:%i:%S') AS reprint_et,
argMaxIf(exchange, size, has(conditions, 15)) AS reprint_exchange_id,
countIf(has(conditions, 15)) AS cag_code15_prints
FROM global_markets.stocks_trades
WHERE ticker = 'CAG'
AND sip_timestamp >= '2026-06-29 00:00:00' AND sip_timestamp < '2026-06-30 00:00:00'
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 analysisMicrostructure Deep-Dive: June 29, 2026
Raw vs SIP-counted volume, applying the derived exclusion set
scalar 1×4
→
One day of trades: session check plus the size of every print
scalar 1×8
→
SPY under the microscope: nanosecond gaps, the spread two ways, quote quality
scalar 1×12
→
The whole NBBO stream in one row: QQQ and NVDA pinned by name
scalar 1×5
→
How many of the ten busiest minutes fall outside the open and the close
scalar 1×4
→
The exclusion set, derived from the tape's own code dictionary (one row)
scalar 1×3
→
See all 2,170 queries →