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

currency converting issue in get_balance_sheet_statement [BUG] #110

Closed
alberthaoh opened this issue Jan 23, 2024 · 2 comments
Closed

currency converting issue in get_balance_sheet_statement [BUG] #110

alberthaoh opened this issue Jan 23, 2024 · 2 comments

Comments

@alberthaoh
Copy link
Contributor

Hi ,
When calling get_balance_sheet_statement(), when the setting is quaterly. there are some error
companies = ft.Toolkit(["TSM"], api_key=API_KEY, start_date="1990-12-31", quarterly=True)
companies.get_balance_sheet_statement()

IndexingError: Too many indexers

It's working when Quaterly=False.

Would be great if it could be fixed😊. Thanks a lot!

@JerBouma
Copy link
Owner

Hi! This is an issue only if you provide one ticker, you can resolve this by adding an additional ticker. Alternatively, set convert_currency=False. I'll fix this issue this week.

@JerBouma
Copy link
Owner

This issue has been fixed in v1.8.2, please upgrade.

image

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

2 participants