Hi all,
Is there any way to extract the top10 companies by Revenue in a specific TRBC activity using the screen expression in the Eikon API?
I mean, to the following query:
exp = 'SCREEN(U(IN(Equity(active, public, private, primary))),IN(TR.TRBCActivityCode,"5430102012"),CURN=USD)'
companies_data, err = ek.get_data(instruments=[exp], fields=['TR.Orgidcode','TR.CompanyName', {'TR.Revenue':{'params':{'Period': 'FY2016', 'Curn':'USD'}}}]
I only want to see the top10. Anyway, I think that Eikon can only return some x values.
Thanks in advance,
Miriam