-
Notifications
You must be signed in to change notification settings - Fork 217
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
000003 的数据没有获取到 #65
Comments
还有不少其他的 2024-04-25 22:21:50,178 MainThread:2/5718: get data of 000003 num: 0 |
我看这些代码不是a股的代码呢 |
是A股的吧,我拿res_df = adata.stock.info.all_code() 获取的 好像是债券 |
res_df = adata.stock.info.all_code() 里有排除债券的方法吗? |
数据都是a股的代码,没有行情的都是退市了,源网站已经没有收录之前的行情数据啦 |
~ cat a.py
import adata
res_df = adata.stock.market.get_market(stock_code='000003', k_type=1)
print(res_df)
~ python3 a.py
Empty DataFrame
Columns: [trade_time, open, close, volume, high, low, amount, change, change_pct, turnover_ratio, pre_close]
Index: []
MacOS
The text was updated successfully, but these errors were encountered: