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: /storage/attachments/1711-cusersu8015886desktopchanges.png.
Is there a way to do this?