vensentzhou

Results 8 issues of vensentzhou

code=['DJIA','SPX','IXIC'] df=ef.stock.get_quote_history(code,beg='20100101',end='20220722') 获取的道琼斯工业指数、纳斯达克指数历史数据不正确

今天模拟盘指标计算出错,发现部分ETF取不到历史行情,只有今天的行情数据:如图:![image](https://user-images.githubusercontent.com/19809895/161215059-7c5d6cdd-35f0-43dd-8c49-3ed926c0cba4.png) 调用单标发现只有今天的数据:

good first issue

![0db843760dddde53eed18daa235a151](https://user-images.githubusercontent.com/19809895/160737767-79440ab9-07e0-4792-b40c-3c32ac35f3c5.png)

ef.stock.get_latest_quote(code) 股票代码 | 股票名称 | 涨跌幅 | 最新价 | 最高 | 最低 | 涨跌额 | 换手率 | 动态市盈率 | 成交量 | 成交额 | 昨日收盘 | 总市值 | 流通市值 | 市场类型...

在日常使用中,使用get_quote_history获取多个标的时,(最近)出现多次获取失败,无响应的的情况,请问大佬有什么改善的方法?