question

Upvotes
Accepted
11 6 8 15

Is it possible to get the underyling stock for an ADR?

Hi,

I use the refinitiv dataplatform API (rdp) to get a list of all assets (stocks & ADRs) on all exchanges for a specific company, using the command "rdp.search". However, I am not able to find a way to display the RIC of the underlying stock for an ADR. Is it possible to do that?


Thank you very much in advance for your help.

rdp-apirefinitiv-data-platformricsequities
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.

Hi @Eikon10

It may be useful if you can share the rdp.search call you are currently using.

1 Answer

· Write an Answer
Upvote
Accepted
11 6 8 15

I managed to find a solution:

The command

rdp.get_data('<some ADR-RIC>',['TR.DRUnderlyingQuoteRic'])

yields the desired result

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.