maagang_sara_pht
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 us-stock-market-hours-philippine-time.
| holiday_date | holiday | sara_et | sara_pht | petsa_pht | araw_mula_ngayon |
|---|---|---|---|---|---|
| 2026-11-27 | Thanksgiving | 13:00 | 02:00 | 28 Nov | 65 |
| 2026-12-24 | Christmas | 13:00 | 02:00 | 25 Dec | 92 |
- Rows × columns
- 2 × 6
- Period covered
- to
- Computed
- Completeness
- No missing values
- 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-27 to 2026-12-24 | |
holiday |
text | 2 distinct values (Christmas, Thanksgiving) | |
sara_et |
text | 1 distinct value (13:00) | |
sara_pht |
text | 1 distinct value (02:00) | |
petsa_pht |
text | 2 distinct values (25 Dec, 28 Nov) | |
araw_mula_ngayon |
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
toString(date) AS holiday_date,
any(name) AS holiday,
formatDateTime(toTimeZone(any(close), 'America/New_York'), '%H:%i') AS sara_et,
formatDateTime(toTimeZone(any(close), 'Asia/Manila'), '%H:%i') AS sara_pht,
formatDateTime(toTimeZone(any(close), 'Asia/Manila'), '%e %b') AS petsa_pht,
dateDiff('day', today(), date) AS araw_mula_ngayon
FROM global_markets.stocks_market_holidays
WHERE date >= today()
AND status = 'early-close'
GROUP BY date
ORDER BY date
Gamitin ang datos na ito sa iyong AI assistant
Bubukas nang handang mag-query, kasama ang datos ng pahinang ito. Libre, walang account.