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 trdf, e = tr.get_data(['G037AX101'], ['TR.RIC'])