retrieve bond ISIN issued by a list of firm RICs

Hi! I have a list of RICs around 700 firms. I am trying to find ISIN of their issued bond for a typical year (for example 2020). How can I use API for this issue? Many thanks!

Best Answer

  • nick.zincone
    nick.zincone admin
    Answer ✓

    Hi @jiayin.meng.20

    As @aramyan.h has pointed out, the one API that could provide such information is the Search API. With this, you can experiment the results based on any desired query.

    For example, here is a simple experimental query for Microsoft:

    1713451384640.png

    The above does provide some general details that could be relevant to determine the issued bonds for Microsoft. However, I did not find the actual RIC associated with each of these hits. The best I could do was capture the Ticker - which may be sufficient.

    Now, to actually capture the list of ISINs issued within a given year, you can to something like this:

    1713451542184.png

    Here are the top 10 hits for 2017. Now, with Search, if you want to be more specific, you could apply additional filters based on your requirements. But I think this could be a good start for your investigation.

Answers