STRASMORE/EXPLORE 2,500 QUERIES

closing_print

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-09-23, from krx-after-hours-trading.

as of series 11×2read in context →
closing_print — 11 rows by 2 columns, computed from US exchange, SIP and OPRA data.
et_timeshare_of_session_pct
15:500.755
15:510.561
15:520.684
15:530.978
15:541.469
15:551.377
15:561.003
15:571.312
15:581.734
15:592.926
16:001.088
Rows × columns
11 × 2
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 closing_print, derived from the stored result.
ColumnTypeRangeNotes
et_time text 11 distinct values (15:50, 15:51, 15:52…)
share_of_session_pct number 0.561 to 2.926 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.

Run it yourself

This is the exact query behind the result above. Change a ticker, a date or a column and run it against the warehouse — no account, no key. The no-signup tier is smaller than the one this page was computed on; a query that reaches past it comes back saying which plan runs it.

SELECT
    formatDateTime(toTimeZone(m.window_start, 'America/New_York'), '%H:%i')  AS et_time,
    round(100 * toFloat64(m.volume) / toFloat64(d.session_volume), 3)        AS share_of_session_pct
FROM global_markets.delayed_stocks_minute_aggs AS m
CROSS JOIN
(
    SELECT sum(volume) AS session_volume
    FROM global_markets.delayed_stocks_minute_aggs
    WHERE ticker = 'AAPL'
      AND window_start >= toDateTime('2026-09-15 04:00:00', 'America/New_York')
      AND window_start <  toDateTime('2026-09-15 20:00:00', 'America/New_York')
) AS d
WHERE m.ticker = 'AAPL'
  AND m.window_start >= toDateTime('2026-09-15 15:50:00', 'America/New_York')
  AND m.window_start <  toDateTime('2026-09-15 16:01:00', 'America/New_York')
ORDER BY m.window_start
⌘/Ctrl + Enter

Work with this data in your AI assistant

Opens ready to query, with this page's data. Free, no account.

More from this analysiskrx-after-hours-trading
us_clock_volume series 32×3 us_quoted_spread series 24×3 The 2s10s spread by month, full history series 604×5 One SPY $600 LEAPS call's price over two years (expired Jan 16 2026) series 470×2 3m10y and 2s10s spreads, monthly averages over twenty years series 241×4 2s10s spread, monthly average: last 20 years series 240×2 See all 2,500 queries →