Getting ISIN Numbers

Options
Hasip
Hasip Newcomer
edited July 18 in Open PermID

Hello everyone,

Currently I have PERM ID's as firm identifiers in my dataset. I want to gather their corresponding ISIN numbers. Is it possible to do that here ? If so how can I do that ?

Answers

  • Jirapongse
    Jirapongse ✭✭✭✭✭

    @Hasip

    Thank you for reaching out to us.

    Yes, we have several methods to get ISINs from PermIDs. It depends on the product that you are using.

    If you are using the LSEG Workspace, you can use the LSEG Data Libraries to get ISINs from PermIDs.

    For example, this is a sample Python code.

    ld.get_data(
        universe=['4295904307','8590927768'],
        fields = ['TR.ISIN'])
    
    
    image.png

    As far as I know, you can't do this with the Open PermID APIs.