nsepy icon indicating copy to clipboard operation
nsepy copied to clipboard

returns empty DataFrame on heroku

Open strikar21 opened this issue 4 years ago • 3 comments

strikar21 avatar May 03 '20 16:05 strikar21

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?

strikar21 avatar May 03 '20 16:05 strikar21

Almost all hosting platforms are banned by NSE. Hence you will not get data

wnds avatar May 09 '20 14:05 wnds

Almost all hosting platforms are banned by NSE. Hence you will not get data

any idea to circumvent this issue?

strikar21 avatar May 14 '20 20:05 strikar21