PatrickDionne
Results
2
comments of
PatrickDionne
Hi anglosachs, unrelated to code itself but I would recommend using the cash ticker for the US Dollar index (DX-Y.NYB) instead of using the front-month futures (DX=F). The front month...
Hi, you need to add a line of code to modify the DataFrame index to timezone-insensitive google = yf.Ticker("GOOG") google_data = google.history(period="max") google_data.index = google_data.index.tz_localize(None) # Remove timezone