Old ISIN does not fetch RIC code

Hi, I have an ISIN example INE023B01012 this was delisted post a merger. WHen I use that in a code, it does not return the RIC code. What is the correct way to get the RIC code for this Symbol.

eikon.get_symbology(['INE023B01012'], from_symbol_type="ISIN", to_symbol_type="RIC")	

Best Answer

  • Jirapongse
    Jirapongse admin
    Answer ✓

    @abanerj1

    Please try bestMatch=False. It will return a lot of matched RICs.

    data = ek.get_symbology(['INE023B01012'], from_symbol_type="ISIN", to_symbol_type="RIC", bestMatch=False)