question

Upvotes
Accepted
1 0 0 0

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 5.0 MiB each and 10.0 MiB total.

Upvotes
Accepted
39.2k 75 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 5.0 MiB each and 10.0 MiB total.

Upvotes
1 0 0 0

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 5.0 MiB each and 10.0 MiB total.

Click below to post an Idea Post Idea