STRASMORE/EXPLORE 2,500 QUERIES

upcoming_early_closes

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 do-mutual-funds-trade-on-holidays.

as of series 2×4read in context →
upcoming_early_closes — 2 rows by 4 columns, computed from US exchange, SIP and OPRA data.
early_close_labelholidaysession_ends_etdays_away
Fri Nov 27, 2026Thanksgiving01:00 PM65
Thu Dec 24, 2026Christmas01:00 PM92
Rows × columns
2 × 4
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 upcoming_early_closes, derived from the stored result.
ColumnTypeRangeNotes
early_close_label text 2 distinct values (Fri Nov 27, 2026, Thu Dec 24, 2026)
holiday text 2 distinct values (Christmas, Thanksgiving)
session_ends_et text 1 distinct value (01:00 PM)
days_away number 65 to 92

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
    concat(formatDateTime(date, '%a %b '), toString(toDayOfMonth(date)), ', ', toString(toYear(date))) AS early_close_label,
    any(name)                                                              AS holiday,
    any(formatDateTime(toTimeZone(close, 'America/New_York'), '%I:%i %p')) AS session_ends_et,
    dateDiff('day', today(), date)                                         AS days_away
FROM global_markets.stocks_market_holidays
WHERE date >= today()
  AND status = 'early-close'
GROUP BY date
ORDER BY date
⌘/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 analysisdo-mutual-funds-trade-on-holidays
upcoming_closures series 12×4 calendar_gaps series 7×3 half_sessions ranking 6×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 See all 2,500 queries →