akshare icon indicating copy to clipboard operation
akshare copied to clipboard

AKShare is an elegant and simple financial data interface library for Python, built for human beings! 开源财经数据接口库

Results 14 akshare issues
Sort by recently updated
recently updated
newest added

中证1000已经上了,为什么只增加了新浪的数据源 option_finance_board 这个接口还是查不到中证1000期权的合约

bug

**描述遇到的问题** 1. 操作系统版本 macOS Sonoma 14.2.1 2. Python 版本 Python 3.11.7 3. AKShare 版本 1.12.56 4. 接口的名称和代码 接口的名称:ak.bank_fjcf_table_detail 代码: bank_fjcf_table_detail_fjbj_df = ak.bank_fjcf_table_detail(page=1931, item="分局本级") bank_fjcf_table_detail_bj_df = ak.bank_fjcf_table_detail(page=1621, item="本级") bank_fjcf_table_detail_jg_df = ak.bank_fjcf_table_detail(page=34,...

bug

issue: when request data size is small, the page bar will not show on sina web page. so that this could cause a python error: "list index out of range"...

有些公告会在盘中发布,返回的JSON中会有具体时间,代码中只保留了日期部分 big_df["公告时间"] = big_df["公告时间"].dt.tz_convert("Asia/Shanghai").dt.date

bug

我这打开文档网站 (https://akshare.akfamily.xyz/) 有点慢,有办法下载离线看吗?直接MD文件的话,好像不方便查找。

**详细描述遇到的问题** 1. 操作系统版本: windows11 2. Python 版本,3.10.9 3. AKShare 版本,1.13.76 4. 接口的名称: keyword = "300059" stock_news_em_df = ak.stock_news_em(symbol=keyword) ![Y7W {9365)YJTNGKT79N906](https://github.com/akfamily/akshare/assets/98277821/7923f169-d5e4-4732-8b67-164e3ff93a30) 接口不能正常调用

bug

df=ak.stock_zh_a_hist_min_em(symbol="603777", start_date="2024-05-13 09:30:00", period="1", adjust="") print(df) 时间 开盘 收盘 最高 最低 成交量 成交额 均价 0 2024-05-13 09:30:00 0.00 11.30 11.30 11.30 132 149160.0 11.300 1 2024-05-13 09:31:00 0.00 11.26 11.34...

bug