Hi There,
I'm trying to connect to the refinitiv api using java.
I would like to see if there is any way(api endpoint) I could pass in a set of tickers and the endpoint would return part of the ticker's information, let's say last price, gain/loss, etc.
I'm following the examples from here: https://developers.refinitiv.com/en/api-catalog/refinitiv-real-time-opnsrc/rt-sdk-java/tutorials#ema-consumer-introduction, but all of them seems to try to connect to a local 'server'/runtime (elektron).
Regards.