Skip to content
New issue

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

get_receipt广期所问题 #4384

Closed
choir2001 opened this issue Jan 2, 2024 · 1 comment
Closed

get_receipt广期所问题 #4384

choir2001 opened this issue Jan 2, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@choir2001
Copy link

遇到任何问题,请先确认您的 AKShare 版本是最新的

pip install akshare --upgrade  # Python 版本需要大于等于 3.8

描述遇到的问题
5. 接口报错的截图或代码
ak_data=akshare.get_receipt(start_day='20240102', end_day='20240102', vars_list=['SI'])
2024-01-02

ak_data
Out[9]:
var receipt receipt_chg date
0 LC 8240 710 20240102
1 SI 38065 0 20240102

  1. 期望获得的正确结果
    get_receipt参数中指定广期所任一品种,都会错误返回两个品种的数据。希望只返回一个品种
@choir2001 choir2001 added the bug Something isn't working label Jan 2, 2024
@albertandking
Copy link
Collaborator

遇到任何问题,请先确认您的 AKShare 版本是最新的

pip install akshare --upgrade  # Python 版本需要大于等于 3.8

描述遇到的问题 5. 接口报错的截图或代码 ak_data=akshare.get_receipt(start_day='20240102', end_day='20240102', vars_list=['SI']) 2024-01-02

ak_data Out[9]: var receipt receipt_chg date 0 LC 8240 710 20240102 1 SI 38065 0 20240102

  1. 期望获得的正确结果
    get_receipt参数中指定广期所任一品种,都会错误返回两个品种的数据。希望只返回一个品种

感谢反馈问题,已修复该问题,升级到 AKShare 1.12.9 使用

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants