question

Upvotes
Accepted
1 0 0 1

R compatibility with eikon api

How can I use eikonapir (or any other way) to retrieve data from eikon/refinitiv from my RStudio session that runs on a Unix server?

Any help is appreciated

apirunix
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.

@christof.stahel

Hi,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

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

Thanks,
AHS

Upvotes
Accepted
79.2k 251 52 74

@christof.stahel

To use Eikon Data API (eikonapir), you need to have Eikon running on the machine.

Eikon Data API retrieves data through Eikon running on the same machine. As I know, Eikon doesn't support Unix operating systems. It supports Windows and macOS.

You may consider using other APIs, such as Datastream Web Service or Refinitiv Data Platform APIs.

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

Thank you @Jirapongse

Your answer seems to confirm what I had thought and was afraid of.

Do you know if either of the other APIs you reference support connecting from a Unix OS? I heard/read that one can connect from Python running on my Unix box, but I am not sure if that is correct either or does one again need to have Eikon running on the same machine.


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 @christof.stahel

The Datastream Webservice and Refinitiv Data Platform APIs (RDP APIs) that are mentioned by @Jirapongse are web-based APIs that you can use Python to connect and get data from them.

  • Datastream: SOAP and REST, and ease-of-use API DatastreamPy
  • RDP APIs: REST


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.