Aman Agarwal
Results
2
comments of
Aman Agarwal
` from datetime import date ` ` from nsepy import get_history ` ` stock_fut = get_history(symbol="SBIN",start=date(2015,1,1),end=date(2015,1,10),futures=True, expiry_date=date(2015,1,29)) ` Empty DataFrame Columns: [Symbol, Expiry, Open, High, Low, Close, Last, Settle Price,...
Just try replacing the header dictionary in jugaad_data/nse/history.py with the header you have mentioned. It works for me.