akfamily / akshare

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

获取上期所期权数据的接口存在问题,返回数据为None #4987

Closed cloudQuant closed 2 weeks ago

cloudQuant commented 2 weeks ago
option_shfe_daily_one, option_shfe_daily_two = ak.option_shfe_daily(symbol="铝期权", trade_date="20200827")
print(option_shfe_daily_one)
print(option_shfe_daily_two)
albertandking commented 2 weeks ago

option_shfe_daily

请按格式提交 issues