Do I need to have Eikon installed to retrieve data via API using Python and refinitiv.dataplatform?

Do I need to have Eikon installed to retrieve data via API using Python and refinitiv.dataplatform?

Best Answer

  • Yes. You either need to have Eikon / Refinitiv Workspace desktop application installed, running and logged in on the same machine where you run your code utilizing RDP Library (refinitiv.dataplatform package), or, if you're creating enterprise applications, you need to have machine credentials for RDP (Refinitiv Data Platform).

Answers

  • How can I get machine credentials for RDP (Refinitiv Data Platform)?

    I have user account to connect to Eikon and I have user ID (and password) to DataScope.

    Are machine credentials for RDP something different ?

  • Yes, machine credentials for RDP are something different. Speak with your Refinitiv account manager and discuss your use case. If you decide that you need machine credentials for RDP, your Refinitiv account manager can procure them for you.

    With Eikon credentials you get a single user license. Data retrieved using these credentials must be utilized for individual user's use only. And you need to have Eikon running. If you're looking to retrieve data from RDP into an enterprise application, you need machine credentials for RDP. Mind that the datasets currently available for retrieval from RDP using Eikon and machine credentials are not the same. This is one reason I advise you to discuss your use case with your Refinitiv account manager, who can help you select Refinitiv service best suited for your use case.

  • Hello @jaroslaw.franecki

    It is depending on your current environment and which access point you want to get data from..

    The Refinitiv Data Platform library (refinitiv.dataplatform) lets you consume data from the following platforms

    1. Desktop - Eikon and the new Refinitiv Workspace
    2. Cloud-based - Refinitiv Data Platform
    3. Deployed - deployed or managed Refinitiv Real-Time infrastructure (formerly known as TREP)

    image

    The need for credentials (Eikon, RDP or Machine ID) of each endpoint is based on my colleague's posts above.