1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

US stock code supports Windows

This commit is contained in:
zhupr
2020-12-20 23:07:09 +08:00
committed by you-n-g
parent 1a8f1bfc57
commit 263ccdfe6f

View File

@@ -414,7 +414,7 @@ class YahooCollectorUS(YahooCollector, ABC):
pass
def normalize_symbol(self, symbol):
return symbol.upper()
return code_to_fname(symbol).upper()
@property
def _timezone(self):