get_all_tickers
get_all_tickers copied to clipboard
get_tickers_by_region gives for all regions same result?
Hi,
I use below code lines: from get_all_tickers import get_tickers as gt from get_all_tickers.get_tickers import Region companies = gt.get_tickers_by_region(Region.EUROPE)
But whatever I fill in as region it always gives me the same list of tickers.
Do you know what is the issue / what do I do wrong?
Thanks!
I'm having the same issue :(