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
242 3 4 2

Get benchmark risk free returns

How can I get the benchmark risk free returns of a Ultimate Parent ID such as 4295880513?

# get benchmark index
indexes, err = ek.get_data('4295880513',
['TR.MemberIndexRic'])
# get benchmark risk-free ?


eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apitime-series
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 @lorenzo.cerreta

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?

If yes, please click the 'Accept' text next to the 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

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 @lorenzo.cerreta

You would need to know the data field name which carrying "Benchmark Risk Free" in your question.

This forum is not the best place to ask about content questions.
The best resource is the Refinitiv Content Helpdesk.
This forum is dedicated to things specific to the use of Eikon APIs.
The moderators here do not have deep expertise in every type of content available through Eikon.
The Refinitiv Content Helpdesk can be reached using Contact Us capability in your Eikon application.
Or by calling the Helpdesk number in your country.
Or at https://my.refinitiv.com/

You can ask helpdesk to demonstrate the field using Eikon Excel.

Then you can easily reuse the same data fields(if any) with Eikon Data API.

df,e = ek.get_data(['ric1','ric2',...], ['field1','field2',...])
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.

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.