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 0 1 2

What is the best way to retrieve Open Interests Data and what is the API, language its hosted ?

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apidatapricing
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 @hiteshk81,

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

Hello @hiteshk81,

Please be informed that a reply has been verified as correct in answering the question, and has been marked as such.

Thanks,

-AHS

Upvote
Accepted
3.8k 4 4 6

Hi @hiteshk81

To retrieve Open Interest data you can use the below formula in Python. It retrieves a sample time series for a Light Crude Oil front month future contract.

 ek.get_data('LCOc1', ['TR.OPENINTEREST.Date', 'TR.OPENINTEREST'], {'SDate':'2019-05-01','EDate':'2019-05-06'})

More information about Eikon Data API, tutorials and samples you can find here.

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

Thank you, can we use this Eikon API without the Eikon Desktop tool running in the background ?

For instance a https request to Eikon API using python flask or some other REST interface ?

or to extract Open Interests Data, do we need the Eikon Desktop Tool and the Credentials as mandatory things ? and is this the only way to do it ?

thanks you in advance

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
39.4k 77 11 27

@hiteshk81
To use Eikon APIs you need to have Eikon account credentials and you need to run Eikon application. We have other products that could provide the data you're looking for and that may be a better fit for purpose depending on the use case.
I would encourage you to reach out to Refinitiv Sales team, who will be happy to help you select Refinitiv product that is the best fit for your use case.
If you're already a customer of Refinitiv, you can reach out to your Refinitiv account manager. Otherwise you can contact Refinitiv Sales team following the link below:
https://www.refinitiv.com/en/contact-sales

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.