dst_months
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-24, from us-stock-market-hours-thai-time.
| month | month_label | nights_open_2030_ict | nights_open_2130_ict |
|---|---|---|---|
| 2025-07-01 | ก.ค. 2025 | 9 | 0 |
| 2025-08-01 | ส.ค. 2025 | 21 | 0 |
| 2025-09-01 | ก.ย. 2025 | 21 | 0 |
| 2025-10-01 | ต.ค. 2025 | 23 | 0 |
| 2025-11-01 | พ.ย. 2025 | 0 | 19 |
| 2025-12-01 | ธ.ค. 2025 | 0 | 22 |
| 2026-01-01 | ม.ค. 2026 | 0 | 20 |
| 2026-02-01 | ก.พ. 2026 | 0 | 19 |
| 2026-03-01 | มี.ค. 2026 | 17 | 5 |
| 2026-04-01 | เม.ย. 2026 | 21 | 0 |
| 2026-05-01 | พ.ค. 2026 | 20 | 0 |
| 2026-06-01 | มิ.ย. 2026 | 21 | 0 |
| 2026-07-01 | ก.ค. 2026 | 22 | 0 |
| 2026-08-01 | ส.ค. 2026 | 21 | 0 |
| 2026-09-01 | ก.ย. 2026 | 14 | 0 |
- Rows × columns
- 15 × 4
- 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 |
|---|---|---|---|
month |
date | 2025-07-01 to 2026-09-01 | |
month_label |
text | 15 distinct values (ก.ค. 2025, ก.ค. 2026, ก.พ. 2026…) | |
nights_open_2030_ict |
number | 0 to 23 | US dollars |
nights_open_2130_ict |
number | 0 to 22 | US dollars |
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.
WITH sessions AS
(
SELECT
toStartOfMonth(toDate(toTimeZone(window_start, 'America/New_York'))) AS month_start,
toDate(toTimeZone(window_start, 'America/New_York')) AS session_date,
formatDateTime(toTimeZone(min(window_start), 'Asia/Bangkok'), '%H:%i') AS ict_open
FROM global_markets.delayed_stocks_minute_aggs
WHERE ticker = 'SPY'
AND window_start >= today() - 430
AND window_start < today() - 2
AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60
+ toMinute(toTimeZone(window_start, 'America/New_York'))) >= 570
AND (toHour(toTimeZone(window_start, 'America/New_York')) * 60
+ toMinute(toTimeZone(window_start, 'America/New_York'))) < 960
GROUP BY month_start, session_date
)
SELECT
toString(month_start) AS month,
concat(arrayElement(['ม.ค.', 'ก.พ.', 'มี.ค.', 'เม.ย.', 'พ.ค.', 'มิ.ย.',
'ก.ค.', 'ส.ค.', 'ก.ย.', 'ต.ค.', 'พ.ย.', 'ธ.ค.'],
toMonth(month_start)), ' ', toString(toYear(month_start))) AS month_label,
countIf(ict_open = '20:30') AS nights_open_2030_ict,
countIf(ict_open = '21:30') AS nights_open_2130_ict
FROM sessions
GROUP BY month_start
ORDER BY month_start
ใช้ข้อมูลนี้ในผู้ช่วย AI ของคุณ
เปิดพร้อมคิวรีได้ทันที พร้อมข้อมูลของหน้านี้ ฟรี ไม่ต้องมีบัญชี