79424723

Date: 2025-02-09 10:13:40
Score: 1
Natty:
Report link

I occasionally cannot retrieve the column 'Adj close' when using the yfinance (version 0.2.50). It works after I explicitly set False to 'auto_adjust'.

tickers = ["META", "NFLX"]
data = yf.download(tickers, auto_adjust=False)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: T. Elvis