question

Upvotes
Accepted
1 0 0 1

Pricing / Duration

We are trying to pull a price and duration currently for a given RIC like: USFN3020=TWEB


Referenced: https://apidocs.refinitiv.com/



Which api would be appropriate?

rdp-apirefinitiv-data-platform
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 @bfilkey

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?


If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar 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

Upvotes
Accepted
39.4k 77 11 27

@bfilkey

Since you're subscribing to Refinitiv Eikon, the API you need to use is Eikon Data API. Here's a simple call using Eikon Data APIs for Python library that retrieves the data you're interested in.

ek.get_data('USFN3020=TWEB',['CF_LAST','TR.FiOptionAdjustedDuration'])
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.

Upvotes
1 0 0 1

The fields I am trying to pull specifically:


CF_LAST

and

TR.FiOptionAdjustedDuration


using a rest 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.

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.