{"slug":"us-stock-market-hours-philippine-time","qid":"unang_at_huling_30","label":"unang_at_huling_30","post_title":"us-stock-market-hours-philippine-time","post_url":"/blog/lang/tl/us-stock-market-hours-philippine-time#q-unang_at_huling_30","columns":["slot_et","simula_pht_dst","simula_pht_standard","tapos_pht_dst","tapos_pht_standard","bahagi_ng_volume_pct"],"rows":[{"slot_et":"09:30","simula_pht_dst":"21:30","simula_pht_standard":"22:30","tapos_pht_dst":"22:00","tapos_pht_standard":"23:00","bahagi_ng_volume_pct":11.6},{"slot_et":"10:00","simula_pht_dst":"22:00","simula_pht_standard":"23:00","tapos_pht_dst":"22:30","tapos_pht_standard":"23:30","bahagi_ng_volume_pct":8.42},{"slot_et":"10:30","simula_pht_dst":"22:30","simula_pht_standard":"23:30","tapos_pht_dst":"23:00","tapos_pht_standard":"00:00","bahagi_ng_volume_pct":7.13},{"slot_et":"11:00","simula_pht_dst":"23:00","simula_pht_standard":"00:00","tapos_pht_dst":"23:30","tapos_pht_standard":"00:30","bahagi_ng_volume_pct":7.33},{"slot_et":"11:30","simula_pht_dst":"23:30","simula_pht_standard":"00:30","tapos_pht_dst":"00:00","tapos_pht_standard":"01:00","bahagi_ng_volume_pct":5.59},{"slot_et":"12:00","simula_pht_dst":"00:00","simula_pht_standard":"01:00","tapos_pht_dst":"00:30","tapos_pht_standard":"01:30","bahagi_ng_volume_pct":5.39},{"slot_et":"12:30","simula_pht_dst":"00:30","simula_pht_standard":"01:30","tapos_pht_dst":"01:00","tapos_pht_standard":"02:00","bahagi_ng_volume_pct":4.57},{"slot_et":"13:00","simula_pht_dst":"01:00","simula_pht_standard":"02:00","tapos_pht_dst":"01:30","tapos_pht_standard":"02:30","bahagi_ng_volume_pct":4.81},{"slot_et":"13:30","simula_pht_dst":"01:30","simula_pht_standard":"02:30","tapos_pht_dst":"02:00","tapos_pht_standard":"03:00","bahagi_ng_volume_pct":4.02},{"slot_et":"14:00","simula_pht_dst":"02:00","simula_pht_standard":"03:00","tapos_pht_dst":"02:30","tapos_pht_standard":"03:30","bahagi_ng_volume_pct":5.33},{"slot_et":"14:30","simula_pht_dst":"02:30","simula_pht_standard":"03:30","tapos_pht_dst":"03:00","tapos_pht_standard":"04:00","bahagi_ng_volume_pct":6.47},{"slot_et":"15:00","simula_pht_dst":"03:00","simula_pht_standard":"04:00","tapos_pht_dst":"03:30","tapos_pht_standard":"04:30","bahagi_ng_volume_pct":7.48},{"slot_et":"15:30","simula_pht_dst":"03:30","simula_pht_standard":"04:30","tapos_pht_dst":"04:00","tapos_pht_standard":"05:00","bahagi_ng_volume_pct":21.84}],"shape":"table","sql":"SELECT\n    formatDateTime(toDateTime(slot * 60, 'UTC'), '%H:%i')          AS slot_et,\n    formatDateTime(toDateTime((slot + 720) * 60, 'UTC'), '%H:%i')  AS simula_pht_dst,\n    formatDateTime(toDateTime((slot + 780) * 60, 'UTC'), '%H:%i')  AS simula_pht_standard,\n    formatDateTime(toDateTime((slot + 750) * 60, 'UTC'), '%H:%i')  AS tapos_pht_dst,\n    formatDateTime(toDateTime((slot + 810) * 60, 'UTC'), '%H:%i')  AS tapos_pht_standard,\n    round(100 * sum(toFloat64(volume)) / sum(sum(toFloat64(volume))) OVER (), 2) AS bahagi_ng_volume_pct\nFROM\n(\n    SELECT\n        intDiv(toHour(toTimeZone(window_start, 'America/New_York')) * 60\n               + toMinute(toTimeZone(window_start, 'America/New_York')), 30) * 30 AS slot,\n        (toHour(toTimeZone(window_start, 'America/New_York')) * 60\n               + toMinute(toTimeZone(window_start, 'America/New_York')))          AS et_minutes,\n        volume\n    FROM global_markets.delayed_stocks_minute_aggs\n    WHERE ticker = 'SPY'\n      AND window_start >= today() - 75\n      AND window_start <  today() - 2\n)\nWHERE et_minutes >= 570 AND et_minutes < 960\nGROUP BY slot\nORDER BY slot","computed_at":"2026-09-23T15:04:55.237193+00:00","elapsed":0.146649981}