Client statement below.
We are currently subscribed to a rate feed from Refinitiv that we consume utilizing web sockets. It provides a constant stream of pricing into our application servers and works well. However, we have another application server where we would like to consume rates that is unable to consume utilizing this same socket technology. Is there any simplified API-based rate retrieval mechanism that we could leverage as part of our rate subscription to fetch rates for this other application? This application only needs to retrieve rates once per minute for less than 10 currencies, so the comprehensive rate stream that we’re using today is overkill. We just wanted to determine if there are any other options for retrieving rates on-demand like this.