Python Library to get publicly available data on NSE website ie. stock quotes, historical data, live indices
755
stars
377
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
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)