Open aman15012 opened 2 years ago
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, Number of Contracts, Turnover, Open Interest, Change in OI, Underlying] Index: []
Same problem as aman from today.
yes i am also facing same problem from last 2 days
The get_history method is returning an empty data-frame on being called. I have tried it with multiple date values, even with the ones in the example.