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)