mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-10 06:20:57 +08:00
@@ -103,7 +103,7 @@ class FundCollector(BaseCollector):
|
||||
error_msg = f"{symbol}-{interval}-{start}-{end}"
|
||||
|
||||
try:
|
||||
# TODO: numberOfHistoricalDaysToCrawl should be bigger enouhg
|
||||
# TODO: numberOfHistoricalDaysToCrawl should be bigger enough
|
||||
url = INDEX_BENCH_URL.format(
|
||||
index_code=symbol, numberOfHistoricalDaysToCrawl=10000, startDate=start, endDate=end
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user