I am trying to fetch nse stock data but i am unable to do so as whenever I try to do so I get empty dataframe with this code even after trying to upgrade the nsepy
from nsepy import get_history
from datetime import date
SBIN=get_history(symbol="SBIN", start=date(2020,7,1),end=date(2020,7,10),index=True)
Remove
index=TrueUpdate: