STRASMORE/EXPLORE 2,500 QUERIES

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.

as of series 2×6read in context →
maagang_sara_pht — 2 rows by 6 columns, computed from US exchange, SIP and OPRA data.
holiday_dateholidaysara_etsara_phtpetsa_phtaraw_mula_ngayon
2026-11-27Thanksgiving13:0002:0028 Nov65
2026-12-24Christmas13:0002:0025 Dec92
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
Formats
JSON · CSV · the SQL below

What each column holds

Column definitions for maagang_sara_pht, derived from the stored result.
ColumnTypeRangeNotes
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
⌘/Ctrl + Enter

Gamitin ang datos na ito sa iyong AI assistant

Bubukas nang handang mag-query, kasama ang datos ng pahinang ito. Libre, walang account.