STRASMORE/EXPLORE 2,170 QUERIES

Every upcoming NYSE closure and early close on the calendar feed, with a countdown

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-25, from Is the Stock Market Open Today?.

as of series 12×6read in context →
Every upcoming NYSE closure and early close on the calendar feed, with a countdown — 12 rows by 6 columns, computed from US exchange, SIP and OPRA data.
closure_datefalls_onholidayday_statuscloses_at_etdays_away
2026-09-07MonLabor Dayclosed13
2026-11-26ThuThanksgivingclosed93
2026-11-27FriThanksgivingearly-close13:0094
2026-12-24ThuChristmasearly-close13:00121
2026-12-25FriChristmasclosed122
2027-01-01FriNew Years Dayclosed129
2027-01-18MonMartin Luther King, Jr. Dayclosed146
2027-02-15MonWashington's Birthdayclosed174
2027-03-26FriGood Fridayclosed213
2027-05-31MonMemorial Dayclosed279
2027-06-18FriJuneteenthclosed297
2027-07-05MonIndependence Dayclosed314
Rows × columns
12 × 6
Period covered
to
Computed
Completeness
Some fields are partly empty — see the columns below
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 Every upcoming NYSE closure and early close on the calendar feed, with a countdown, derived from the stored result.
ColumnTypeRangeNotes
closure_date date 2026-09-07 to 2027-07-05
falls_on text 3 distinct values (Fri, Mon, Thu)
holiday date Christmas to Washington
day_status text 2 distinct values (closed, early-close)
closes_at_et text 1 distinct value (13:00) 2 of 12 rows populated
days_away number 13 to 314

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 toString(date) AS closure_date,
       formatDateTime(date, '%a') AS falls_on,
       any(name) AS holiday,
       any(status) AS day_status,
       any(if(status = 'early-close', formatDateTime(toTimeZone(close, 'America/New_York'), '%H:%i'), '')) AS closes_at_et,
       dateDiff('day', today(), date) AS days_away
FROM global_markets.stocks_market_holidays
WHERE exchange = 'NYSE' AND date >= today()
GROUP BY date
ORDER BY date
LIMIT 16

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 analysisIs the Stock Market Open Today?
SPY across recent weekends and holiday weekends: Friday's close vs. the reopening print series 11×6 Unscheduled closures on the tape: zero regular-session bars on an ordinary weekday series 5×4 This calendar year's closures: already passed (counted from the tape) plus still ahead (from the calendar) table 2×5 Weekdays in the trailing year when stocks traded but no Treasury yield printed table 2×2 Market status computed at this page's refresh: weekday check, holiday check, and the ET clock scalar 1×7 The most recent session on the tape: bar count, same-day SPY options prints, and the last half-day observed scalar 1×6 See all 2,170 queries →