2

I am following a tutorial on pulling stock data from yahoo finance. He is using yfinance.download(stock tickers, auto_adjust=False, progress = False). What do auto adjust and progress mean? I tried to google them but found no answers.

Trenton McKinney
  • 56,955
  • 33
  • 144
  • 158
cally
  • 23
  • 1
  • 3

1 Answers1

1

Auto Adjust will overwrite the Close price by Adj Close. Progress will show a progress bar.

Victor Silva
  • 306
  • 2
  • 15