79339449

Date: 2025-01-08 14:03:19
Score: 2
Natty:
Report link

I think that you will need to explicitly set the auto_adjust parameter to false in order to (now) get the 'Adj Price' column.

df = yf.download('nvda', period="1d", auto_adjust=True)

Otherwise, you just get 'Close'.

I'm using Version: 0.2.51

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Martin AƱazco