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

Upvote
Accepted
24 2 3 4

Bond yiled instead of price data using python

I am trying to get yield data on .IBBEU002A with python. In excel this works by adding "AVG YIELD.Value" in the formula. Can I retrieve the same data using get_timeseries (or another) function in eikon and how?Thank you.

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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.

1 Answer

· Write an Answer
Upvotes
Accepted
39.4k 77 11 27

I'm afraid at the moment there's no way to retrieve the timeseries for these values using Eikon Data APIs. You can retrieve current value using get_data method and field GEN_VAL1. But the timeseries currently can only be retrieved using legacy Eikon .NET API or using RHistory library of Eikon COM APIs. The latter can only be used in Excel VBA.

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.

@Alex Putkov Thanks for the quick response.

I am trying to get the yield for .JALBI and seems I have same issue. Will this ability be added to the Python API at some stage?

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.