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
3 0 0 3

Question about refinitiv.dataplatform.search

I would like to search all the relevant rics related to the 'AstraZeneca PLC, Ordinary Share'. So I run the code:

import refinitiv.dataplatform as rdp

rdp.search('AstraZeneca PLC, Ordinary Share', view=rdp.SearchViews.EquityQuotes,select="Currency,RIC,DocumentTitle, DTSubjectName, DTSimpleType, DTSource, DTCharacteristic",top=1000)

But I found there are two rics for the same one DocumentTitle and the same currency (i.e. There are two rics for London Stock Exchange. One is AZN.L, the other is AZNI.TRE). I am wondering whether there is any specific reasons for that case. Should I use both rics or just use AZN.L?

capture3.png


refinitiv-dataplatform-eikonrdp-api
capture3.png (156.2 KiB)
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.

@nicolas.cerrajero

Hi,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Upvotes
Accepted
17.2k 82 39 63

Hi @nicolas.cerrajero,

There may be a logical reason why the 'DocumentTitle' is not unique in this case. I would recommend you reach out to the Refinitiv Helpdesk and specifically get clarification - they will bring in a content specialist who can provide the reason.

That being said, when you perform a search that results in many hits, by default, search ranks the results with the most relevant appearing first. In your case, it has ranked 'AZN.L' as the most relevant. Alternatively, you can also use the property 'IsPrimaryRIC' within your result set. By doing this, it also indicates 'AZN.L' as the primary. In your case, I would use 'AZN.L'.

ahs.png


ahs.png (157.0 KiB)
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.

Upvotes
14.2k 30 5 10

hi @nicolas.cerrajero ,

In addition to my colleague's reply, I would recommend you look at the newer RD Library for Python - which is currently in Beta and due for release in the coming months.

It should have much-improved error/session handling than RDP Library once it is released.

It will also have fuller documentation - we have been advised by the RD Library team that they are awaiting the completion of the documentation to confirm the release date.

For a position statement on the older RDP Library please see the overview page.

The example code can also be found on Codebook app in the Eikon Desktop/Refinitiv Workspace application

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.