Retrieve time-series form the cloud

Hello, I have a Jupyter Notebook running on the cloud. The Eikon API works only locally , and I would like to ask if there is an equivalent way to retrieve time-series and prices through web authentication (REST API or similar) .

Best Answer

  • @davide.costanzo You are correct that the Eikon Data API only works locally - due to licensing restrictions. For server side apps or notebooks you could try our Refinitiv Data Platform (RDP) APIs (standardised Web APIs) with or without our ease-of-use RDP libraries to receive timeseries or streaming prices (or lots of other content as well).

    You have access to these on your current desktop license (but only via the local API proxy). Additionally, you can look at examples of these using our server side codebook app (our cloud hosted scripting environment) in eikon (type codebk into eikon search bar). In codebook you can use these APIs with a desktop session as its within our secure compute enclave.

    To use these server side outside of codebook you need to subscribe to RDP and obtain a separate machine ID which will allow you to use these directly accessing RDP (ie not via the proxy or in codebook). You can speak to your account manager who can arrange this for you.

    I hope this can help.