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
数据不一致:
stock_intraday_sina_df = ak.stock_intraday_sina(symbol="sh600769", date="20250127") print(stock_intraday_sina_df.to_string())
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())
The text was updated successfully, but these errors were encountered:
同花顺 PC 逐笔数据
Sorry, something went wrong.
结论: 日内分时数据-新浪 挺辣鸡的,每笔数据显示不全,加起来的总和出入也较大
No branches or pull requests
数据不一致:
日内分时数据-新浪
stock_intraday_sina_df = ak.stock_intraday_sina(symbol="sh600769", date="20250127")
print(stock_intraday_sina_df.to_string())
腾讯财经获取数据较慢,等待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())
The text was updated successfully, but these errors were encountered: