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.

Best Answer

  • Eikon10
    Answer ✓

    I managed to find a solution:

    The command

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

    yields the desired result

Answers