nsepy
nsepy copied to clipboard
returns empty DataFrame on heroku
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
Almost all hosting platforms are banned by NSE. Hence you will not get data
any idea to circumvent this issue?