ERT Cloud Web Update Frequency in WebSocket Api

Currently we try the implementation of

https://github.com/Refinitiv-API-Samples/Example.ERT.TypeScript.NodeJS.MarketPrice

we successfully connect to the websocket but there is something that bother me when i get the currency pair rate on January 15th 2020. we didn't receive rates between UTC ±00:30 up to ±10:10 . There is also no error. Is this a normal behaviour? And if some pair is only update 3 times a day is it also normal?

Best Answer

  • Hello @arif

    It is possible that you see some rates because data from ERT in cloud is conflated; the server does not send all ticks to the client. Hence, you will receive some rates.

Answers