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
1 2 4 6

Hi is there anyway to pull asset swap spread in Eikon API? I am using R History and AST_SWPSPD.Value in Eikon for excel but using this is not does work in the API.

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
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
39.4k 77 11 27

You can retrieve this data using Refinitiv Data Platform Libraries:

rdp.get_historical_price_summaries(universe='345397XK4=', fields=['AST_SWPSPD'])

We're still building the documentation for these libraries here on this portal. In the meantime you can find examples of using this library in Codebook under Examples/02 - Refinitiv Data Platform Library.

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.