Richard

Results 2 comments of Richard

> > 我最近也经常卡,有时获取个位数股票时,总是卡在最后几个,更别说几十只股票的情况了。 > > 把源代码的这一段改为下面这一段测试看看呢?我这边改了之后测试几次大量获取也没有发现卡住。 > > https://github.com/Micro-sheep/efinance/blob/b88696fd31911da27f62c2e365930508a2c93bac/efinance/common/getter.py#L97 > > 改为 > > ```python > url = 'http://7.push2his.eastmoney.com/api/qt/stock/kline/get' > ``` > > 具体更新方法是 > > ```shell > # 下载代码...

> > > > 我尝试替换了一下,用几天看看情况如何。 def get_quote_history_multi( codes: List[str], beg: str = '19000101', end: str = '20500101', klt: int = 101, fqt: int = 1, tries: int = 3, **kwargs,...