Upgrade from Eikon -> Workspace. Learn about programming differences.

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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
79 5 8 8

Screener does not return all active/inactive Euronext Paris stocks

Related to this question:

I can't retrieve properly all France rics that has ever been traded (on Euronext Paris or Incorporate in France). Command in excel (or jupyter notebook) like this:

This list of rics does NOT include USIN.PA^B03, ALUA.PA^K16 and others rics that was constituent of CAC40 index and delisted at current time.

It is possible to get all rics traded on Euronext Paris (or all France exchanges) active and delisted?

Another example screener command and ric TECF.PA^A17 than not in list:

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apiscreenerconstituents
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.

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query? If yes please click the 'Accept' text next to the reply. This will guide all community members who have a similar question. Otherwise please post again offering further insight into your question. Thanks, AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such. Thanks, AHS

Upvotes
Accepted
4.6k 26 7 22

@oalexandere, I can find those with the Excel's RSearch function, not sure why they are not coming up in the screener results. I can see that the primary quote for Usinor was 13260.PA^B03 though, and not USIN.PA

There might be a perfect explanation for that, but since this is a content question, I would suggest you contact your local Refinitiv support desk (Help > Contact Us) and see what they come up with.

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.

Hello @oalexandere,

Were you able to proceed further, did you have a chance to contact support as suggested?

Thanks for the update.

-AHS

Upvotes
79 5 8 8

Another trying - better, but still no some rics (NOKIA.PA in the example). No more ideas how to solve it.

snippet code:

exp = 'SCREEN(U(IN(Equity(active or inactive,primary))), IN(TR.ExchangeCountryCode,FR), IN(TR.InstrumentTypeCode,ORD))'

df, e = ek.get_data(exp, ['TR.RIC'])


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.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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