I tried to dowload historical data using the 0.2.61 version. I am getting the following error for all the stock tickers df = yf.download(ticker, auto_adjust=False, actions=False, start=start_date, end=end_date) Error: download ['GOOG']: JSONDecodeError('Expecting value: line 1 column 1 (char 0)') Please suggest the solution to this. Thank you.