You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The portfolio engine fails if a trade has occurred on the current day. This is a very odd time dependent bug that requires historical data fetching not to return the daily date.
To Reproduce
I'm not sure how to get Yahoo not to fetch the current day date, besides try this around 8am EST.
Pick today in the format %Y-%m-%d and add it to your csv portfolio, or portfolio_trades.csv.
Navigate to portfolio and load the file. It should fail with an index out of bounds error.
Screenshots
TBD
Desktop (please complete the following information):
OS: Big Sur
Python version 3.8.13
Additional context
None
The text was updated successfully, but these errors were encountered:
Describe the bug
The portfolio engine fails if a trade has occurred on the current day. This is a very odd time dependent bug that requires historical data fetching not to return the daily date.
To Reproduce
portfolio
andload
the file. It should fail with an index out of bounds error.Screenshots
TBD
Desktop (please complete the following information):
Additional context
None
The text was updated successfully, but these errors were encountered: