-
在文件index_research_sw.py中的函数,如index_hist_sw使用的url对应的域名为swhyresearch.com.
```
def index_hist_sw(symbol: str = "801030", period: str = "day") -> pd.DataFrame:
"""
申万宏源研究-指数发布-指数详情-指数历史数据
…
-
akshare==1.14.91
here is the example code:
```
stock_individual_spot_xq_df = ak.stock_individual_spot_xq(symbol="BJ430139")
stock_individual_spot_xq_df
```
the error info is following:
KeyE…
-
### 日频量价因子
使用 [**AKshare 开源数据包**](https://akshare.akfamily.xyz/tutorial.html)获取日频交易数据,细节如下:
1. **时间区间**:**2010 年 1 月 1 日至 2024 年 6 月 1 日**,共 14.5 年交易数据(**3499** 个交易日),交易日列表:[**trading_dates.csv*…
-
**详细问题描述**
1. 请先详细阅读文档对应接口的使用方式:https://akshare.akfamily.xyz
2. 操作系统版本:Win11 64位
3. Python 版本:3.8 以上的版本
4. AKShare 版本:最新版
5. 接口的名称和相应的调用代码
接口名称:stock_board_industry_index_ths
调用:http://127.…
-
1. 操作系统版本,目前只支持 64 位操作系统
win11_
2. Python 版本
3.12.4 | packaged by Anaconda, Inc.
3. AKShare 版本
akshare-1.14.77
4. 接口的名称和相应的调用代码
ak.stock_index_pe_lg(symbol="上证50")
5…
-
AKShare 版本,1.14.72
接口的名称 接口: stock_individual_spot_xq
目标地址: https://xueqiu.com/S/SH513520
描述: 雪球-行情中心-个股
相应的调用代码
ak.stock_individual_spot_xq(symbol='SZ000014',timeout=10)
接口报错的截图或描述
无法获取数据.
-
**详细问题描述**
1. 64 windows
2. Python 版本,3.11
3. AKShare 版本,akshare-1.14.86
4. futures_comm_info_df = ak.futures_comm_info(symbol="所有")
5. 接口报错的截图或描述
File "D:\project\python\futures_change\comm…
-
代码:
import akshare as ak
ak.stock_index_pe_lg(symbol="上证50")
报错信息:
JSONDecodeError Traceback (most recent call last)
File ~\anaconda3\lib\site-packages\requests\mode…
-
通过 pip install lxml 安装后不能解决问题,升级到python 3.9, 发现除了“http://127.0.0.1:8080/api/public/stock_board_industry_index_ths?symbol=%E9%9B%B6%E5%94%AE&start_date=20230930&end_date=20241009” 可以正常获取数…
-
我看AKShare目前只有集思录的可转债数据,还无法获取T+0 QDII数据(分为欧美市场和亚洲市场),未来会考虑加上吗?