We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python 3.9.20 akshare 1.15.36 接口 get_futures_daily 获取今日上期能源所的数据时返回空的dataframe 问题可能在于get_futures_daily接口调用get_ine_daily时,url = f"http://www.ine.cn/data/dailydata/kx/kx{day.strftime('%Y%m%d')}.dat" r = requests.get(url, headers=cons.shfe_headers)这里返回的结果是<Response [404]>,不知道是不是上期能源所更换了url
The text was updated successfully, but these errors were encountered:
好像是上期能源所的数据并到上期所里了
Sorry, something went wrong.
No branches or pull requests
python 3.9.20
akshare 1.15.36
接口 get_futures_daily
获取今日上期能源所的数据时返回空的dataframe
问题可能在于get_futures_daily接口调用get_ine_daily时,url = f"http://www.ine.cn/data/dailydata/kx/kx{day.strftime('%Y%m%d')}.dat"
r = requests.get(url, headers=cons.shfe_headers)这里返回的结果是<Response [404]>,不知道是不是上期能源所更换了url
The text was updated successfully, but these errors were encountered: