For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
Hi,
If I use this code I'll get a dataframe of all stocks that are: Public, Active and also PRIMARY (example for Berling Stock Exchange):
df, e = ek.get_data("SCREEN(U(IN(Equity(active,public,primary))),IN(TR.ExchangeMarketIdCode,""XBER""))", ["TR.CommonName;TR.ExchangeName"]) print(df)
What I want to know, if what criteria uses the SCREENER app for doing so: does it use TR.PrimaryInstrument, TR.PrimaryQuote, TR.PrimaryRIC, or does it use another of the "Primary" factors?
Thanks for your valuable help in advance.
The SCREENER app does not have the clarification for "Primary" explained on the app.
So, please contact Refinitiv Content Helpdesk at https://my.refinitiv.com/ to get the content clarification.