For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
7 4 2 4

Eikon Scripting API (Python) PrimaryRIC's not pulling using Screen as input for tickers

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?

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apiscreening-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Upvote
Accepted
4.6k 26 7 22

Hi Johann, try using TR.PrimaryQuote instead.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

What is the main difference between TR.PrimaryQuote and TR.PrimaryRIC?

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?

Hi Zhenya. Approximately 400

Show more comments