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
18 0 2 5

NDA_RAW.NDA_NATIVE_YIELD

Is there a way to download the following data through the Python Eikon api?

RHistory("EU1YT=RR","NDA_RAW.NDA_NATIVE_YIELD;NDA_RAW.NDA_DATE","NBROWS:1 END:03-Jan-2020 INTERVAL:1D",,)


eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apinda-raw
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
Upvote
Accepted
18 0 2 5

I found the results for this.


In case anybody need it. It is

df, err = ek.get_data(instruments=['EU1YT=RR '],

fields=['TR.FiMaturityStandardOTRYield'],

parameters={"SDATE": '2020-01-03'})

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.

@zhen.hu, thank you for sharing.

I have a very similar issue as yours.

Where did you find the translation between the two requests?

I'm trying to translate this


=@RHistory($A$13,"NDA_RAW.Nda_spread","START:"&$C$46&" END:"&$C$46&" INTERVAL:1D")

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.