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()
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()