How do I set up the Eikon Data API Proxy to use the Eikon Data API without having Eikon desktop o...

...pen?

How do I set up the Eikon Data API Proxy to use the Eikon Data API without having Eikon desktop open?

Best Answer

  • @clangevin So the Eikon data is designed for one machine usage ie no data leaves the machine (except in our secure CodeBook App which is our cloud-hosted scripting environment) and no redistribution rights. Depending on your use case we have other products with other workflows such as scheduled downloads for example, to update centralised databases etc. The are generally known as feed solutions and can operate on any machine. We have different feeds available with different content and licensing packages. For example if you want to power an external facing web portal which distributed live prices to anyone - we have our Knowledge Direct feed.

    We also have a new cloud-based platform called the Refinitiv Data Platform (RDP) that can deliver realtime and non-realtime content via a standardised web APIs and websockets for streaming and we have created an ease-of-use library for these in Python, .NET & Typescript. You actually have access to some of these new services already with your Eikon and can use the RDP library with an appkey from the AppKey generator. But perhaps the easiest way to use these is via our Codebook app (type CODEBOOK into eikon search bar) and you can see examples of the types of additional capabilities (enhanced timeseries history service, search APIs, Symbology APIs and much more) and content you can get there - see below:

    image

    You can of course use the RDP libraries outside of our codebook environment and you can just pip install refinitiv.dataplatform (though for the moment you need to downgrade httpx to 0.14.2 (pip install httpx==0.14.2))

    I hope this can help.

Answers