akfamily / akshare

AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库
https://akshare.akfamily.xyz
MIT License
9.09k stars 1.86k forks source link

AKShare 接口问题报告 #4972

Closed EdisonYu777 closed 3 months ago

EdisonYu777 commented 3 months ago

在调用ak.get_futures_daily(start_date=‘20240101’, end_date=‘20240618, market=’INE‘)的时候报错KeyError: 'symbol' ,就是没有找到交易数据 发现只有INE交易所不行,其余的几个交易所都可以

另外,上期所再获取20100309和20100310的时候也报错json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

albertandking commented 3 months ago

在调用ak.get_futures_daily(start_date=‘20240101’, end_date=‘20240618, market=’INE‘)的时候报错KeyError: 'symbol' ,就是没有找到交易数据 发现只有INE交易所不行,其余的几个交易所都可以

另外,上期所再获取20100309和20100310的时候也报错json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

接口测试正常