Skip to content

Commit

Permalink
Update calendar_registry.py
Browse files Browse the repository at this point in the history
  • Loading branch information
misantroop committed Dec 2, 2018
1 parent d37ceb8 commit 7b166ac
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion pandas_market_calendars/calendar_registry.py
@@ -1,6 +1,16 @@

from .market_calendar import MarketCalendar

from .exchange_calendar_cfe import CFEExchangeCalendar
from .exchange_calendar_ice import ICEExchangeCalendar
from .exchange_calendar_nyse import NYSEExchangeCalendar
from .exchange_calendar_cme import CMEExchangeCalendar
from .exchange_calendar_bmf import BMFExchangeCalendar
from .exchange_calendar_lse import LSEExchangeCalendar
from .exchange_calendar_tsx import TSXExchangeCalendar
from .exchange_calendar_eurex import EUREXExchangeCalendar
from .exchange_calendar_six import SIXExchangeCalendar
from .exchange_calendar_jpx import JPXExchangeCalendar
from .exchange_calendar_ose import OSEExchangeCalendar

def get_calendar(name, open_time=None, close_time=None):
"""
Expand Down

0 comments on commit 7b166ac

Please sign in to comment.