Question on behalf of a client: Is it possible to convert the following Excel query to a Python query for the Eikon API?
=TR("SCREEN(U(IN(Equity(active or inactive,public,primary))/*UNV:Public*/),
IN(TR.ExchangeCountryCode,""US""),
TR.CompanyMarketCap>=TR.CompanyMarketCap(SDate=2007-09-09),
TR.AvgDailyValTraded52W>=1000000,
CURN=USD)","TR.CommonName;TR.ExchangeCountry;"&"TR.CompanyMarketCap;TR.AvgDailyValTraded52W;TR.CompanyMarketCap(SDate=2007-09-09)","curn=USD
RH=In CH=Fd")
Thank you so much in advance for your help!