question

Upvotes
Accepted
1 0 0 1

Is there a query to pull in a list of ADRs for a large list of companies using the RIC, ISIN, Sedol, or CUSIP

eikoneikon-com-api
icon clock
10 |1500

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

1 Answer

Upvotes
Accepted
39.2k 75 11 27

You can use the following methodology. The examples below use Eikon Excel worksheet functions. If you're looking to replicate this process programmatically, you can use DEX2 and RSearch Eikon COM APIs libraries.

1. Retrieve issuer OrgidCode from RIC/ISIN/CUSIP/SEDOL

=TR("RU0007661625;VOD.L","TR.OrgidCode")

The above returns 81339 and 13625, which are Orgid codes for Gazprom PAO and Vodafone Group Plc respectively.

2. Then you can use Orgid codes to retrieve the list of ADRs for each company.

=RSearch("EQUITY","RawContextFilter:'AssetState ne \'DC\' and IssuerOrgid eq \'81339\' and RCSAssetCategoryGenealogy eq \'A:31\''")

The above returns GAZPq.L, GAZPqUSD.xbo, OGZDRPEU.MMV, GAZPy.DE etc.

icon clock
10 |1500

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

Click below to post an Idea Post Idea