-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Adjust timezone for AV when interval < 1d #4158
Conversation
@deeleeramone would you please give me a help trying this out? I don't have access to premium endpoints 😫 :
|
NOt a bug, but I am noticing that we don't grab adjusted when it is available: https://www.alphavantage.co/documentation/#dailyadj: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get no timestamp and some weird column, Date_Id
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
guess not fixed per danglewood
Guess those are just for stocks? But indeed, we might want to use it! |
I think the default behavior is to not show tz info on the Regarding the column |
^ regarding my last comment, it seems that |
In qa_view.display_raw we have the following:
Note this applies to all of our candle functions (doing load -i 1 on stocks then candle raw shows this as well). The extra columns are because we dont copy the df when we do the prepare candle stuff/ Since the ticket is for tz, this solves it. Can open a new ticket for tz in candle raw |
Agreed. Will be a cool little detail we can add let's say with some flag |
Description
Summary of the change / bug fix.
Adjust timezone to user config on loading a fx pair from AV.
Link # issue, if applicable.
Fix [Bug] Forex/Load --source AlphaVantage: Timestamp is wrong, five hours ahead of now. #3883
Screenshot of the feature or the bug before/after fix, if applicable.
Relevant motivation and context.
🐛 ☠️
List any dependencies that are required for this change.
NA
How has this been tested?
TODO:
Test with an interval < 1d
Check any related reports
Checklist:
Others