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

【bug】查询股票QQQ月度数据存在bug,只返回了后32条的数据,前面的数据没返回 #74

Closed
komomoo opened this issue Jul 2, 2024 · 2 comments · Fixed by #75
Labels
question Further information is requested

Comments

@komomoo
Copy link
Contributor

komomoo commented Jul 2, 2024

import adata

res_df = adata.stock.market.get_market(stock_code="QQQ", k_type=3, start_date='2012-01-01')
print(res_df)

输出的截图如下,可以看到返回的数据不是从0开始的,只返回了后面的32条,前面的都没有:
image

@komomoo komomoo changed the title 查询股票QQQ月度数据存在bug,只返回了后32条的数据,前面的数据没返回 【bug】查询股票QQQ月度数据存在bug,只返回了后32条的数据,前面的数据没返回 Jul 2, 2024
@1nchaos
Copy link
Owner

1nchaos commented Jul 3, 2024

朋友,数据只有A股的数据,qqq这个代码A股没有呢

@1nchaos 1nchaos added the question Further information is requested label Jul 3, 2024
@komomoo
Copy link
Contributor Author

komomoo commented Jul 3, 2024

朋友,数据只有A股的数据,qqq这个代码A股没有呢

但是可以查出数据呢,可不可以修复一下呀,返回一下完整的数据

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants