Python input old ISIN and return RIC

In excel I can use RSearch to do this....

=RSearch("EQUITY","Search; SE0000143521","NBROWS:1",,)

and it will return the RIC even though the ISIN has been updated. Can I do this in python using symbology somehow? I see I can return the PermanentID for the security, but that is about all. RIC and other codes are NaNs?

Best Answer

  • Jirapongse
    Jirapongse ✭✭✭✭✭
    Answer ✓

    With Eikon Data API, if you set bestMatch to False, it will return a list of mapped RICs.

    image

Answers