Query: I'm trying to retrieves the top 400 AUM companies via Refinitiv Data Python library. I found an excel formula, but I'm wondering if I can do the same with Python?
=TR("SCREEN(U(IN(equity(active,public,primary))/*UNV:Public*/), TOP(TR.AssetsUnderManagement(Period=FY0) , 400, nnumber), CURN=USD)","TR.CommonName;TR.AssetsUnderManagement(Period=FY0)","Scale=6 curn=USD RH=In CH=Fd SORTD=TR.AssetsUnderManagement(P"&"eriod=FY0)")