Manjunath K

Results 1 issues of Manjunath K

History returns one additional row after the end date, if time interval specified is less than 1d **Code used:** ``` import yfinance as yf symbol = yf.Ticker('SPY') symbol_history = symbol.history(start='2022-02-01',...