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

不一定是akshare的issue,日内分时数据-新浪 数据差异较大 #5561

Open
wolfwell5 opened this issue Feb 4, 2025 · 2 comments

Comments

@wolfwell5
Copy link

wolfwell5 commented Feb 4, 2025

数据不一致:

日内分时数据-新浪

stock_intraday_sina_df = ak.stock_intraday_sina(symbol="sh600769", date="20250127")
print(stock_intraday_sina_df.to_string())

Image

Image

腾讯财经获取数据较慢,等待5秒,但是和同花顺、东财逐笔数据完全一致

stock_zh_a_tick_tx_js_df = ak.stock_zh_a_tick_tx_js(symbol="sh600769")
print(stock_zh_a_tick_tx_js_df.to_string())

@wolfwell5
Copy link
Author

同花顺 PC 逐笔数据

Image

@wolfwell5
Copy link
Author

结论: 日内分时数据-新浪 挺辣鸡的,每笔数据显示不全,加起来的总和出入也较大

日内分时数据-新浪 api

stock_intraday_sina_df = ak.stock_intraday_sina(symbol="sh600769", date="20250127")
print(stock_intraday_sina_df.to_string())

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

No branches or pull requests

1 participant