I want to import all available tickers, for example all stocks that trade in EUR, for a given date in the past. to avoid survivorship bias, I would do this for example every quarter. I am using python. In addition, which API would be best for this analysis (I intend to also download financials for the available tickers in each period)?
Thanks.