Getting bond deal tearsheet with Python Eikon Data API

Hello! I am trying to search for bond deals using SCREEN and replicating the request in Python using Eikon Data API. Is it possible to get a bond tearsheet with EDAPI? E.g. Package ID. 3968101

Many thanks.

Best Answer

  • chavalit-jintamalit
    Answer ✓

    Hi @alex.yermolayev

    The deals tearsheet screen is another native app on Eikon Desktop.


    Eikon Data API(Python) does not have the capability to access other app data.

    However, if there are RIC codes and data fields carrying the same information, then you will be able to use it with Eikon Data API(Python).

    ek.get_data(["some RICs"], ["some fields"])

    So I would suggest you capture the tearsheet and contact Refinitiv Content Helpdesk to verify if there is any RIC code and fields name carrying the information you would like to retrieve them.

    If Helpdesk can suggest you that it is possible to use TR function on the Eikon Excel, then you can replicate the same on Eikon Data API(Python).

Answers