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
3 2 5 9

How can I pull historic data for USD Zero Coupon Curve to python?

Hi,

Is there a way to pull historic data for points on USD Zero Coupon Swap Curve? E.g., 1 Month Maturity 'USD1MZ=R' on 2019-01-03?

Thanks,

Steffen


eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apihistorical
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
78.1k 246 52 72

@steffen.fuchs

You can use the get_timeseries method to retrieve daily historical data of USD1MZ=R. However, the returned data contains only daily close prices.

To get other fields, you need to contact the Eikon support team via my.refinitiv.com and ask for how to get the required data from the =TR function in Eikon Excel.

If the data can be retrieved by the =TR function, we can apply parameters in the =TR function to the get_data method in Eikon Data API.


1573013266235.png (26.5 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.