Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hatiprakash opened this issue Nov 28, 2022 · 2 comments

Comments

@hatiprakash
Copy link

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
Copy link

Any solution to this problem?

1 similar comment
@samurai202303
Copy link

Any solution to this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants