{"slug":"euro-stoxx-50-daily-options","qid":"fez_clock","label":"Where the Eurex close lands in the US day: FEZ volume share by half hour (ET), trailing two months","post_title":"EURO STOXX 50 Daily Options (OEXP) Explained","post_url":"/blog/euro-stoxx-50-daily-options#q-fez_clock","columns":["et_time","share_pct","marker"],"rows":[{"et_time":"04:00","share_pct":0.01,"marker":""},{"et_time":"04:30","share_pct":0,"marker":""},{"et_time":"05:00","share_pct":0,"marker":""},{"et_time":"05:30","share_pct":0,"marker":""},{"et_time":"06:00","share_pct":0,"marker":""},{"et_time":"06:30","share_pct":0,"marker":""},{"et_time":"07:00","share_pct":0.01,"marker":""},{"et_time":"07:30","share_pct":0.01,"marker":""},{"et_time":"08:00","share_pct":0.03,"marker":""},{"et_time":"08:30","share_pct":0,"marker":""},{"et_time":"09:00","share_pct":0.02,"marker":""},{"et_time":"09:30","share_pct":12.41,"marker":""},{"et_time":"10:00","share_pct":7.26,"marker":""},{"et_time":"10:30","share_pct":5.62,"marker":""},{"et_time":"11:00","share_pct":5.7,"marker":""},{"et_time":"11:30","share_pct":8.4,"marker":"Eurex close (17:30 CET)"},{"et_time":"12:00","share_pct":3.74,"marker":""},{"et_time":"12:30","share_pct":4.76,"marker":""},{"et_time":"13:00","share_pct":3.4,"marker":""},{"et_time":"13:30","share_pct":2.94,"marker":""},{"et_time":"14:00","share_pct":4.6,"marker":""},{"et_time":"14:30","share_pct":5.79,"marker":""},{"et_time":"15:00","share_pct":5.89,"marker":""},{"et_time":"15:30","share_pct":27.51,"marker":""},{"et_time":"16:00","share_pct":1.87,"marker":""},{"et_time":"16:30","share_pct":0,"marker":""},{"et_time":"17:00","share_pct":0,"marker":""},{"et_time":"17:30","share_pct":0.01,"marker":""},{"et_time":"18:00","share_pct":0,"marker":""},{"et_time":"18:30","share_pct":0,"marker":""},{"et_time":"19:00","share_pct":0,"marker":""},{"et_time":"19:30","share_pct":0,"marker":""}],"shape":"series","sql":"SELECT\n    cal.et_time                                                    AS et_time,\n    round(100 * coalesce(toFloat64(t.shares), 0)\n              / toFloat64((SELECT sum(volume)\n                           FROM global_markets.delayed_stocks_minute_aggs\n                           WHERE ticker = 'FEZ'\n                             AND window_start >= today() - 60\n                             AND window_start <  today() - 2)), 2)   AS share_pct,\n    if(cal.et_time = '11:30', 'Eurex close (17:30 CET)', '')       AS marker\nFROM\n(\n    SELECT formatDateTime(toDateTime('2000-01-03 04:00:00', 'UTC') + 1800 * arrayJoin(range(32)), '%H:%i', 'UTC') AS et_time\n) AS cal\nLEFT JOIN\n(\n    SELECT\n        formatDateTime(toStartOfInterval(toTimeZone(window_start, 'America/New_York'), INTERVAL 30 MINUTE), '%H:%i') AS et_time,\n        sum(volume)                                                                                                 AS shares\n    FROM global_markets.delayed_stocks_minute_aggs\n    WHERE ticker = 'FEZ'\n      AND window_start >= today() - 60\n      AND window_start <  today() - 2\n    GROUP BY et_time\n) AS t ON t.et_time = cal.et_time\nORDER BY et_time","computed_at":"2026-09-19T15:21:45.155741+00:00","elapsed":2.696332067}