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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
5 1 0 1

EikonAPI CIN Cusip Mapping

Using Eikon API, how can I match a CIN CUSIP such as G037AX101 to a RIC code? Using get_symbology with CUSIP as the from code does not return a match.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonsymbology
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
4.6k 26 7 22

@brad15 try this:

import eikon as tr
df, e = tr.get_data(['G037AX101'], ['TR.RIC'])


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