From bond ticker to issuer information with Python

Hello! I have a list of bond tickers, e.g. LHNLF , UBSNL and I am trying to download sectors of activity of the issuers from the field TR.TRBCActivity. How can I do that? Is there a specific parameter I need to set to get this working? Many thanks!

Best Answer

  • Jirapongse
    Jirapongse admin
    Answer ✓

    @alex.yermolayev

    From my finding, Eikon Data APIs can't retrieve data by using these tickers because the get_symbology method can't convert these tickers to RICs.

    Therefore, you need to directly use RICs in order to get the data.

    image

    I have used Eikon Excel to find RICs for those tickers.

Answers

  • To add to the response by @jirapongse.phuriphanvichai, in Excel you could use RSearch function to retrieve the list of bond RICs given a bond ticker. The example below retrieves the list of active bonds RICs with the ticker LHNLF. This functionality is not yet available through Eikon Data APIs. The only Eikon API that currently provides this capability is legacy RSearch COM library of Eikon COM APIs.

    =RSearch("BOND","DBSTicker:LHNLF IsActive:Yes")
  • Hello! Many thanks for the reply. When will bond search functionality be available in Eikon Data API?

  • The search functionality is not available in Eikon Data API.