STRASMORE/EXPLORE 2,170 QUERIES

Apple options quote updates, second by second, 2:00 p.m. ET on June 17 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-07, from Why Your Options Order Isn't Getting Filled.

as of series 30×3read in context →
Apple options quote updates, second by second, 2:00 p.m. ET on June 17 2026 — 30 rows by 3 columns, computed from US exchange, SIP and OPRA data.
et_timequote_updates_kupdates_per_contract
14:00:000.91.9
14:00:011.72.5
14:00:021.32.5
14:00:030.63.1
14:00:040.51.5
14:00:050.62.1
14:00:065.15.2
14:00:078.48.8
14:00:086.26.3
14:00:097.47.2
14:00:108.58.8
14:00:115.46.7
14:00:124.95.8
14:00:135.45.6
14:00:142.43.7
14:00:153.34.3
14:00:1634.7
14:00:172.24.2
14:00:183.95.4
14:00:192.43.9
14:00:201.83.4
14:00:210.72.2
14:00:221.52.9
14:00:230.41.9
14:00:242.83.7
14:00:252.13.4
14:00:261.53.3
14:00:272.74
14:00:280.92.3
14:00:291.83.2
Rows × columns
30 × 3
Period covered
to
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 Apple options quote updates, second by second, 2:00 p.m. ET on June 17 2026, derived from the stored result.
ColumnTypeRangeNotes
et_time date 14:00:00 to 14:00:29
quote_updates_k number 0.4 to 8.5
updates_per_contract number 1.5 to 8.8

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
    formatDateTime(toTimeZone(sip_timestamp, 'America/New_York'), '%H:%i:%S') AS et_time,
    round(count() / 1000, 1)                                                 AS quote_updates_k,
    round(count() / uniqExact(ticker), 1)                                    AS updates_per_contract
FROM global_markets.cache_options_quotes
WHERE ticker IN
(
    SELECT ticker
    FROM global_markets.options_greeks
    WHERE underlying_symbol = 'AAPL'
      AND date = '2026-06-17'
)
  AND sip_timestamp >= toDateTime('2026-06-17 18:00:00', 'UTC')
  AND sip_timestamp <  toDateTime('2026-06-17 18:00:30', 'UTC')
GROUP BY et_time
ORDER BY et_time

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 analysisWhy Your Options Order Isn't Getting Filled
Apple option trades on June 17 2026: share of prints vs share of contracts, by trade size ranking 5×3 Apple option activity by strike distance, 20 to 45 days to expiry, May and June 2026 ranking 5×3 Median quoted spread on Apple options by contract price, 30 second window on June 17 2026 ranking 5×3 AAPL average quoted spread by half-hour (ET), one extended session series 32×2 Quoted spread through one session, AAPL and KO, July 16 2026 series 26×3 Listed AAPL option contracts by expiration, July 16 2026 series 24×4 See all 2,170 queries →