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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
242 1 3 1

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-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythontime-series
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 @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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea