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 接口问题报告 #5066

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 以上的版本 Python 3.9
  4. AKShare 版本,请升级到最新版 akshare-1.14.39
  5. 接口的名称和相应的调用代码 接口名称:stock_board_concept_hist_em 调用代码: import akshare as ak

stock_board_concept_hist_em_df = ak.stock_board_concept_hist_em(symbol="车联网", period="daily", start_date="20240701", end_date="20240723", adjust="") print(stock_board_concept_hist_em_df)

  1. 接口报错的截图或描述 image
albertandking commented 1 month ago

stock_board_concept_hist_em

按文档说明使用