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.96k stars 1.84k forks source link

AKShare 接口问题报告 #5058

Closed Hellohistory closed 1 month ago

Hellohistory commented 1 month ago
  1. 请先详细阅读文档对应接口的使用方式:https://akshare.akfamily.xyz
  2. 操作系统版本,目前只支持 64 位操作系统 Windows 11 专业版 64 位操作系统, 基于 x64 的处理器
  3. Python 版本,目前只支持 3.8 以上的版本 Python3.9
  4. AKShare 版本,请升级到最新版 akshare-1.14.37
  5. 接口的名称和相应的调用代码 接口名称: stock_zh_b_daily_qfq_df 调用代码: import akshare as ak

stock_zh_b_daily_qfq_df = ak.stock_zh_b_daily(symbol="sh900901", start_date="20101103", end_date="20201116", adjust="qfq") print(stock_zh_b_daily_qfq_df)

  1. 接口报错的截图或描述 image

  2. 期望获得的正确结果

albertandking commented 1 month ago
  1. 请先详细阅读文档对应接口的使用方式:https://akshare.akfamily.xyz
  2. 操作系统版本,目前只支持 64 位操作系统 Windows 11 专业版 64 位操作系统, 基于 x64 的处理器
  3. Python 版本,目前只支持 3.8 以上的版本 Python3.9
  4. AKShare 版本,请升级到最新版 akshare-1.14.37
  5. 接口的名称和相应的调用代码 接口名称: stock_zh_b_daily_qfq_df 调用代码: import akshare as ak

stock_zh_b_daily_qfq_df = ak.stock_zh_b_daily(symbol="sh900901", start_date="20101103", end_date="20201116", adjust="qfq") print(stock_zh_b_daily_qfq_df) 9. 接口报错的截图或描述 image

  1. 期望获得的正确结果

感谢反馈问题,已修复该问题,升级到 AKShare 1.14.39 使用