From eb0c25eb41f1ddee7c8a5e43fdd0c1f5293bed8b Mon Sep 17 00:00:00 2001 From: Mickael Burguet Date: Tue, 12 Dec 2023 19:43:14 -0500 Subject: [PATCH] Extended session started on 2018-12-10 --- pandas_market_calendars/calendars/eurex_fixed_income.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas_market_calendars/calendars/eurex_fixed_income.py b/pandas_market_calendars/calendars/eurex_fixed_income.py index c91ed99..20b7443 100644 --- a/pandas_market_calendars/calendars/eurex_fixed_income.py +++ b/pandas_market_calendars/calendars/eurex_fixed_income.py @@ -71,7 +71,7 @@ class EUREXFixedIncomeCalendar(MarketCalendar): aliases = ["EUREX Fixed Income"] regular_market_times = { - "market_open": ((None, time(1, 10)), ("2019-01-01", time(8, 0))), + "market_open": ((None, time(1, 10)), ("2018-12-10", time(8, 0))), "market_close": ((None, time(22)),), }