-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Ticket data from different timezone are not aligned (bug introduced with #1085) #1275
Comments
But |
I wrote my code with version
|
I understand now, behaviour has changed since old version. Do you mind submitting a PR? |
Sure. Is the PR just changing the default value to |
Yes. I know it's trivial but I want community to be more involved in code. Edit: update doc & README too, says default = True |
I didn't see doc, so I just updated README. |
I am trying to find correlations between tickets in differnet timezone (one in the New York Stock exchange and the other in the London Stock Exchange). Due to changes to the timezone logic, the data in each row of
yfinance.download
are no longer the data of the Tickets at the same time. Usingignore_tz=False
fixes this problem. This problem didn't exist with version0.1.77
and previous. So I think by defaultignore_tz
should be set toFalse
as that behaviour is consistent with the previous minor versions.The text was updated successfully, but these errors were encountered: