Upgrade from Eikon -> Workspace. Learn about programming differences.

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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
6 4 4 4

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-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apibonds
muni-bonds.png (276.1 KiB)
icon clock
10 |1500

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

@ravi_ranjan

Hi,

Thank you for your participation in the forum.

Is the reply below satisfactory in answering your question?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

AHS

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

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 512.0 KiB each and 1.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.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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