We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68d2ee3 + ef0f2d1 commit 7a293e8Copy full SHA for 7a293e8
scripts/data_collector/yahoo/collector.py
@@ -185,7 +185,7 @@ def download_index_data(self):
185
186
187
class YahooCollectorCN(YahooCollector, ABC):
188
- def get_stock_list(self):
+ def get_instrument_list(self):
189
logger.info("get HS stock symbos......")
190
symbols = get_hs_stock_symbols()
191
logger.info(f"get {len(symbols)} symbols.")
@@ -249,7 +249,7 @@ def download_index_data(self):
249
250
251
class YahooCollectorUS(YahooCollector, ABC):
252
253
logger.info("get US stock symbols......")
254
symbols = get_us_stock_symbols() + [
255
"^GSPC",
0 commit comments