79364878

Date: 2025-01-17 13:25:18
Score: 2
Natty:
Report link

Yes, as previous user Le said, use new get_data function. But you only need to change the parameter auto_adjust to get the column “Adj Close”:

data = yf.download("spy", start="2025-01-01", auto_adjust=False)

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