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

[BUG] IndexingError: Too many indexers #128

Closed
kurucan opened this issue Mar 27, 2024 · 1 comment
Closed

[BUG] IndexingError: Too many indexers #128

kurucan opened this issue Mar 27, 2024 · 1 comment

Comments

@kurucan
Copy link

kurucan commented Mar 27, 2024

some tickers gives an error on collect_all_ratios() function.

Execution error
IndexingError: Too many indexers

example code is as below:
company = Toolkit(tickers=['DOM.L'], api_key=API_KEY, quarterly=True, sleep_timer=True, benchmark_ticker=None, progress_bar=False, start_date="2000-01-01")
company.ratios.collect_all_ratios()

JerBouma added a commit that referenced this issue Apr 2, 2024
@JerBouma
Copy link
Owner

JerBouma commented Apr 2, 2024

Solved this issue, it should work in v1.8.5, let me know if it doesn't.

@JerBouma JerBouma closed this as completed Apr 2, 2024
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