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
51 0 1 3

Gov Bid Yield mismatch

Hello,

Yields between Python EIKON API and EIKON Terminal are sometimes different. See pictures and code below.

Would you please explain the source of the difference?



Bond: DE110230= (Perfect match between Eikon API and Eikon Terminal)

Python Eikon API 03-Dec-2019 Bid Yield = -0.657

Eikon Terminal 03-Dec-2019 Bid Yield = -0.657

Yields for the same date are the same






Bond: AT0000383864= (MISMATCH match between Eikon API and Eikon Terminal)

Python Eikon API 03-Dec-2019 Bid Yield = -0.233

Eikon Terminal 03-Dec-2019 Bid Yield = -0.253

Yields for the same date are different



Code used to download data in Python

TEST1 = ek.get_data(["AT0000383864="] ,"TR.BIDYIELD(SDate=0,EDate=-10,Frq=D).date;TR.BIDYIELD(SDate=0,EDate=-10,Frq=D)")[0]


eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apibondsyield
1575455785616.png (228.2 KiB)
1575455800901.png (237.7 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.

Hello @MJF

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

1 Answer

· Write an Answer
Upvotes
Accepted
18.2k 21 13 21

Hi @MJF

I think you can use get_timeseries function.

AT0000383864=


DE110230=


As for why the TR.BIDFIELD does not carry the same value.
This forum is not the best place to ask such a question. For an authoritative answer to any content questions the best resource is Refinitiv 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.
I suggest you reach out to Refinitiv Helpdesk and ask if you can retrieve historical bid yield from TR.BIDYIELD field and why the data are not the same.
Refinitiv Helpdesk can be reached using Contact Us capability in your Eikon application or by calling the Helpdesk number in your country.


ahs1.png (96.0 KiB)
ahs2.png (79.6 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.

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.