Closed antoniouaa closed 1 month ago
Remade this to fix issue #899
From previous PR,
I don't see any good reason to treat single element symbol lists passed to yfinance.Tickers as something special, instead perform the pandas.concat like you would normally (with multiple tickers).
Avoids a KeyError raised here, https://github.com/ranaroussi/yfinance/blob/9e2252e4516304efbd52d05ad66a5beb9a900e5e/yfinance/tickers.py#L83
Remade this to fix issue #899
From previous PR,
Avoids a KeyError raised here, https://github.com/ranaroussi/yfinance/blob/9e2252e4516304efbd52d05ad66a5beb9a900e5e/yfinance/tickers.py#L83