You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import pandas_market_calendars as mcal
eurex = mcal.get_calendar('EUREX')
print(eurex.regular_market_times)
Out: _ProtectedDict({'market_open': ((None, datetime.time(9, 0)),), 'market_close': ((None, datetime.time(17, 30)),)})
Eurex has pre and post sessions, pre is start 12:15am UTC and end 8am UTC and post is start 4:30pm and end 9pm UTC. Would you be able to add this in?
The text was updated successfully, but these errors were encountered:
Out: _ProtectedDict({'market_open': ((None, datetime.time(9, 0)),), 'market_close': ((None, datetime.time(17, 30)),)})
Eurex has pre and post sessions, pre is start 12:15am UTC and end 8am UTC and post is start 4:30pm and end 9pm UTC. Would you be able to add this in?
The text was updated successfully, but these errors were encountered: