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
月线数据只能取到已收盘的周期,未收盘的数据没有计算出来。比如,如果当前是6/18日,则下面的代码只能取到5/31的数据。
async def ma_year(): sec = "600750.XSHG" bars = await Stock.get_bars(sec, 1, FrameType.MONTH) print(bars)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
月线数据只能取到已收盘的周期,未收盘的数据没有计算出来。比如,如果当前是6/18日,则下面的代码只能取到5/31的数据。
The text was updated successfully, but these errors were encountered: