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

接口问题:stock_info_global_cls()接口获取数据不全 #5004

Closed tianhaisuifeng closed 1 week ago

tianhaisuifeng commented 1 week ago

stock_info_global_cls()接口中,通过循环获取数据,但时间用的是modified_time,导致获取数据不全,建议用ctime next_time = temp_df["ctime"].values[-1]

albertandking commented 1 week ago

stock_info_global_cls()接口中,通过循环获取数据,但时间用的是modified_time,导致获取数据不全,建议用ctime next_time = temp_df["ctime"].values[-1]

请按 issues 模板提交问题,谢谢;已修复该问题,升级到 AKShare 使用