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
Recreate by checking out the develop branch and then:
develop
/stocks/load spy/candle
The bug is not present on the main branch. Same command, but with git checkout main instead.
main
git checkout main
The text was updated successfully, but these errors were encountered:
yFinance can be fixed by including auto_adjust = True to the download function.
auto_adjust = True
With auto_adjust = True
With auto_adjust = False
auto_adjust = False
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Recreate by checking out the
develop
branch and then:/stocks/load spy/candle
The bug is not present on the
main
branch. Same command, but withgit checkout main
instead.The text was updated successfully, but these errors were encountered: