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

Method list_instruments

qlib/data/data.py:1159–1160  ·  view source on GitHub ↗
(self, instruments, start_time=None, end_time=None, freq="day", as_list=False)

Source from the content-addressed store, hash-verified

1157 return InstrumentProvider.instruments(market, filter_pipe)
1158
1159 def list_instruments(self, instruments, start_time=None, end_time=None, freq="day", as_list=False):
1160 return Inst.list_instruments(instruments, start_time, end_time, freq, as_list)
1161
1162 def features(
1163 self,

Callers 6

load_qlib_dataMethod · 0.45
test_handler_storageMethod · 0.45
_gen_stock_datasetMethod · 0.45
get_instruments_dMethod · 0.45
brinson_paFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_handler_storageMethod · 0.36