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.
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).
Please see this article, https://developers.refinitiv.com/article/find-your-right-companies-screener-eikon-data-apispython
Hello @chavalit-jintamalit
Many thanks, but I am trying to download the contents of the tearsheet, not just the package identifier.
By contents I mean everything that is shown in the terminal if you follow the sheet link icon. Is it possible with Python? Thank you.
I have the same question. Is there a way to download a list of tearsheets using the API or excel or any other mean?
Ideas on how to do something similar are welcome, I can then write the syntax myself.
thank you.