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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
6 1 2 3

download bond description via python API

I need to download us municipal bond details from eikon the result is very large 974,750 rows how can I download the data using python eikon data api(not excel) or through the GUI.

I cant use the solution the post as bond monitor does not allow more than 500 entries at a time.

Attaching snapshot for details.


Thanks!

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythonbonds
muni-bonds.png (276.1 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.

1 Answer

Upvotes
Accepted
18k 21 12 20

Hi @ravi_ranjan

I think it is not feasible on Eikon Data API(Python).

First, bond search is not available on Eikon Data API(Python)

Second, to work around that, you have to import search result into a "list" and as you have seen that it only support 500 RIC at a time.

Third, even you manage to get all the RIC code for 974750 instruments, you will have to manage to break it down to a lot of smaller requests and you will hit API usage limitation in no time.

Limitation document is at https://developers.refinitiv.com/eikon-apis/eikon-data-api/docs?content=49692&type=documentation_item


I saw that you have access to DSS/Tick History API (saw you asked questions about it)

I think it is possible to explore on how to extract RIC and information for the same universe using DSS product.

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.

Hello,

Could you explain how to extract this information on RIC with only the search criteria that I have ?


Thanks



Hi @ravi_ranjan

Do you mean using DSS/TRTH API ?

If so, please post your question on the DSS or TRTH Forum.

Click below to post an Idea Post Idea