STRASMORE/EXPLORE 2,648 QUERIES

session_clock

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-26, from us-stock-market-hours-german-time.

as of table 5×7read in context →
session_clock — 5 rows by 7 columns, computed from US exchange, SIP and OPRA data.
milestoneet_clockutc_us_wintergerman_cetutc_us_summergerman_cestet_minutes
Premarket opens04:0009:January10:January08:July10:July240
Regular session opens09:3014:January15:January13:July15:July570
Half-day early close13:0018:January19:January17:July19:July780
Regular session closes16:0021:January22:January20:July22:July960
After-hours ends20:0001:January02:January00:July02:July1200
Rows × columns
5 × 7
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 session_clock, derived from the stored result.
ColumnTypeRangeNotes
milestone text 5 distinct values
et_clock text 5 distinct values (04:00, 09:30, 13:00…)
utc_us_winter text 5 distinct values (01:January, 09:January, 14:January…)
german_cet text 5 distinct values (02:January, 10:January, 15:January…)
utc_us_summer text 5 distinct values (00:July, 08:July, 13:July…)
german_cest text 5 distinct values (02:July, 10:July, 15:July…)
et_minutes number 240 to 1,200

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
    tupleElement(m, 1)                                              AS milestone,
    tupleElement(m, 2)                                              AS et_clock,
    formatDateTime(toTimeZone(et_winter, 'UTC'), '%H:%M')           AS utc_us_winter,
    formatDateTime(toTimeZone(et_winter, 'Europe/Berlin'), '%H:%M') AS german_cet,
    formatDateTime(toTimeZone(et_summer, 'UTC'), '%H:%M')           AS utc_us_summer,
    formatDateTime(toTimeZone(et_summer, 'Europe/Berlin'), '%H:%M') AS german_cest,
    tupleElement(m, 3)                                              AS et_minutes
FROM
(
    SELECT
        m,
        toDateTime(concat(toString(toYear(today())), '-01-15 ', tupleElement(m, 2), ':00'), 'America/New_York') AS et_winter,
        toDateTime(concat(toString(toYear(today())), '-07-15 ', tupleElement(m, 2), ':00'), 'America/New_York') AS et_summer
    FROM
    (
        SELECT arrayJoin([
            ('Premarket opens',        '04:00', 240),
            ('Regular session opens',  '09:30', 570),
            ('Half-day early close',   '13:00', 780),
            ('Regular session closes', '16:00', 960),
            ('After-hours ends',       '20:00', 1200)
        ]) AS m
    )
)
ORDER BY et_minutes
⌘/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 analysisus-stock-market-hours-german-time
mismatch_by_year table 5×6 → open_clock_by_week series 58×4 → intraday_profile series 16×4 → us_closures series 12×8 → The 2s10s spread, every print of the half table 124×2 → The 2s10s spread, every print of the half table 124×2 → See all 2,648 queries →