For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
Eikon Scripting API (Python): df, err = ek.get_data(['SCREEN(U(IN(Equity(active,public,primary,countryprimaryquote))), IN(TR.ExchangeCountryCode,''ZA'')),CFRJ.J'], ['TR.PrimaryRIC']). Does not pull PrimaryRIC for every ticker in screen. Majority are missed out. Why?
Hi Johann, try using TR.PrimaryQuote instead.
Not sure, I have asked the content teams to provide me with an explanation
Just to also bring up that df, err = ek.get_data(['SCREEN(U(IN(Equity(active,public,primary,countryprimaryquote))), IN(TR.ExchangeCountryCode,''ZA'')),CFRJ.J'], ['TR.PrimaryRIC']) worked at the end of last week, but is now pulling incomplete list
how many entries would you expect to see there?