How to convert ISIN code to RIC code?

How to convert ISIN code to RIC code?
Tagged:

Best Answer

  • wasin.w
    wasin.w admin
    Answer ✓

    Hello @yuyang

    You can use Eikon Data API get_symbology function.

    Example:

    ek.get_symbology(
        ['US5949181045', 'US02079K1079', 'US4592001014'], 
        from_symbol_type='ISIN', 
        to_symbol_type='RIC')

    Please see more detail about this function from the Eikon Data APIs for Python - Reference Guide document.