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.
For a deeper look into our Eikon Data API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
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.
@brad15 try this:
import eikon as tr df, e = tr.get_data(['G037AX101'], ['TR.RIC'])