MCPcopy
hub / github.com/microsoft/qlib / calendar

Method calendar

qlib/data/data.py:1148–1149  ·  view source on GitHub ↗
(self, start_time=None, end_time=None, freq="day", future=False)

Source from the content-addressed store, hash-verified

1146 """
1147
1148 def calendar(self, start_time=None, end_time=None, freq="day", future=False):
1149 return Cal.calendar(start_time, end_time, freq, future=future)
1150
1151 def instruments(self, market="all", filter_pipe=None, start_time=None, end_time=None):
1152 if start_time is not None or end_time is not None:

Callers 15

_get_1d_calendar_listMethod · 0.45
_get_1d_calendar_listMethod · 0.45
test_1_dump_calendarsMethod · 0.45
test_update_predMethod · 0.45
test_update_labelMethod · 0.45
long_short_backtestFunction · 0.45
_gen_day_datasetMethod · 0.45
prepareFunction · 0.45
add_userMethod · 0.45
is_tradable_dateFunction · 0.45

Calls

no outgoing calls

Tested by 3

test_1_dump_calendarsMethod · 0.36
test_update_predMethod · 0.36
test_update_labelMethod · 0.36