What does auto_adjust=True
do while downloading the historical data of a stock using the yfinance module in Python? I found no official documentation.
algotrading101 says it adjusts all OHLC (Open/High/Low/Close) prices. However, this StackOverflow post says it will only adjust the closing price.
Which one is correct?