us_holidays
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 forex-trading-hours-in-israel.
| holiday_date | calendar_text | holiday | day_status | israel_close_text | days_away |
|---|---|---|---|---|---|
| 2026-11-26 | 26/11/2026 | Thanksgiving | closed | 61 | |
| 2026-11-27 | 27/11/2026 | Thanksgiving | early-close | 20:00 | 62 |
| 2026-12-24 | 24/12/2026 | Christmas | early-close | 20:00 | 89 |
| 2026-12-25 | 25/12/2026 | Christmas | closed | 90 | |
| 2027-01-01 | 01/01/2027 | New Years Day | closed | 97 | |
| 2027-01-18 | 18/01/2027 | Martin Luther King, Jr. Day | closed | 114 | |
| 2027-02-15 | 15/02/2027 | Washington's Birthday | closed | 142 | |
| 2027-03-26 | 26/03/2027 | Good Friday | closed | 181 | |
| 2027-05-31 | 31/05/2027 | Memorial Day | closed | 247 | |
| 2027-06-18 | 18/06/2027 | Juneteenth | closed | 265 | |
| 2027-07-05 | 05/07/2027 | Independence Day | closed | 282 | |
| 2027-09-06 | 06/09/2027 | Labor Day | closed | 345 |
- 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
What each column holds
| Column | Type | Range | Notes |
|---|---|---|---|
holiday_date |
date | 2026-11-26 to 2027-09-06 | |
calendar_text |
text | 12 distinct values (01/01/2027, 05/07/2027, 06/09/2027…) | |
holiday |
text | 10 distinct values (Christmas, Good Friday, Independence Day…) | |
day_status |
text | 2 distinct values (closed, early-close) | |
israel_close_text |
text | 1 distinct value (20:00) | 2 of 12 rows populated |
days_away |
number | 61 to 345 |
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
toString(date) AS holiday_date,
formatDateTime(date, '%d/%m/%Y') AS calendar_text,
any(name) AS holiday,
any(status) AS day_status,
any(if(status = 'early-close',
formatDateTime(toTimeZone(close, 'Asia/Jerusalem'), '%H:%i'),
'')) AS israel_close_text,
dateDiff('day', today(), date) AS days_away
FROM global_markets.stocks_market_holidays
WHERE date >= today()
GROUP BY date
ORDER BY date
עבדו עם הנתונים האלה בעוזר ה-AI שלכם
נפתח מוכן לשאילתות, עם הנתונים של העמוד הזה. בחינם, בלי חשבון.