strikar21
strikar21
@GarryMB i think the answer is already there . you can get index only according to the api call you are trying to make otherwise it would have been get_stock_per_history
> I get empty dataframe for any call to the service. Is it internally using yahoo finance or what is the method used? Or as it shows beautiful soup as...
from datetime import date from nsepy import get_history sbin = get_history(symbol='SBIN', start=date(2015,1,1), end=date(2015,1,10)) print (sbin) returns empty dataframe. how do i fix this?
> Almost all hosting platforms are banned by NSE. Hence you will not get data any idea to circumvent this issue?
Upgrade your python from 3.4.4 to 3.5 or later