For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
7 1 0 2

Is there an equivalent HTTP request to RtGet() in Eikon API?

Hi there!

I'm developing an application in R, so most of my data (including other APIs form Reuters) is collected via HTTP request, but I couldn't find anywhere whether I can call an equivalent to RtGet() or not.

The objective is to get the ticker changes and delistings that I get with, for exemple, RtGet("IDN","IS/CHANGE2","ROW80_5") that shows me something like this: https://community.developers.refinitiv.com/storage/attachments/1711-cusersu8015886desktopchanges.png.

Is there a way to do this?

eikoneikon-data-apiworkspaceworkspace-data-apirefinitiv-dataplatform-eikonpythondatarhttprt-get
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

1 Answer

Upvotes
Accepted
39.2k 75 11 27

You can use R library available under
https://github.com/ahmedmohamedali/eikonapir
The data retrieval call for what you're interested in is
get_data('IS/CHANGE2',list('ROW80_3','ROW80_4','ROW80_5'))
This R library mimics the interface of the Python library implementing Eikon Data APIs.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 5.0 MiB each and 10.0 MiB total.

Thank you very much, it is really helpful!

Click below to post an Idea Post Idea