swapniljariwala / nsepy

Python Library to get publicly available data on NSE website ie. stock quotes, historical data, live indices
https://nsepy-xyz.web.app
Other
749 stars 376 forks source link

get_history() gives error - 'ThreadReturns' object has no attribute 'result' when i try to get data for multiple companies #237

Open hatiprakash opened 1 year ago

hatiprakash commented 1 year ago

start_date = date(2020, 5, 1) end_date = date.today()

symbol = ['SBIN', 'ACC']

for i in symbol: df = get_history(symbol=symbol, start=start_date, end=end_date)

Chandrak1907 commented 1 year ago

Any solution to this problem?

samurai202303 commented 1 year ago

Any solution to this problem?