get_all_tickers icon indicating copy to clipboard operation
get_all_tickers copied to clipboard

get_tickers_by_region gives for all regions same result?

Open AbcoJ opened this issue 4 years ago • 1 comments

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!

AbcoJ avatar Nov 28 '20 12:11 AbcoJ

I'm having the same issue :(

davircarvalho avatar Jan 18 '21 14:01 davircarvalho