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
我一直在使用AKShare的行情数据,ak的历史行情数据接口(ak.stock_zh_a_hist)不需要等到收盘后也能获取到截止交日期请求时间的最新实时行情数据和历史行情数据一次性给到我。 这避免了我在做尾盘策略时,需要分两次去请求历史行情数据和实时数据的麻烦,是个很好的方法。 如果可以,希望也能实现类似接口
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我一直在使用AKShare的行情数据,ak的历史行情数据接口(ak.stock_zh_a_hist)不需要等到收盘后也能获取到截止交日期请求时间的最新实时行情数据和历史行情数据一次性给到我。 这避免了我在做尾盘策略时,需要分两次去请求历史行情数据和实时数据的麻烦,是个很好的方法。
如果可以,希望也能实现类似接口
The text was updated successfully, but these errors were encountered: