For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
105 4 6 8

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.

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonbondsscreenertear-sheet
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvote
Accepted
18k 21 12 20

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).

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
18k 21 12 20

ahs1.png (129.4 KiB)
ahs2.png (19.8 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Upvotes
105 4 6 8

Hello @

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.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea