When receiving messages form the ADS via WebSocket, the ADS packs multiple updates into an array of messages. The format appears to be and array of JSON formatted messages. When posting publishing for performance testing, it would be beneficial to able to pack the post update messages into an array of messages and then…
Dear Refiniv teams, I hope this message finds you well. I am writing to bring to your attention a discrepancy in the reported Tokyo Overnight Average Rate (TONAR) interest rates. The official TONAR interest rates for December 27, 2023, were documented as follows: * December 27, 2023: -0.013% * December 26, 2023: -0.011%…
Hi guys, We subscribe 14 RIC for get reference rate data, the method to get data is trigger scheduler to retrieve data which trigger when 5 minutes after publication time of RIC. Scheduler trigger 3 times with delay 5 minutes , 10 minutes and 15 minutes. After develop and testing program, this program seem fine but after…
Hi, I'm writing a websocket multithread program in python to get real-time data from Refinitiv. One thread for sending request, receiving data and put them in a queue. The other thread is to handle the data in the queue.(put them in my database). Since sometimes the connection will disconnect for whatever reason. I wrote…
I’ve been able to call the V2 of Refinitiv’s Auth with the provided Test credentials. I’ve done this using Postman and our code base and we get back a Token. When we make the call to the Discover services with the new Token I get the below error in both the Postman call and our code. I currently didn’t find anything in the…
I am using Python's websocket API to get real-time prices for financial instruments, how can I get all the prices for my contracts? Looking at the program here(https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/RDP/python/market_price_rdpgw_client_cred_auth.py), it seems that only a single…
Hi, I’m getting real time HKEx equities from Refinitiv via websocket in python now. But due to the 3000 items per request limit some stocks are receiving the following message. Any advice as to how can I bypass this limitation? I’ve already tried splitting the items into 5 requests(about 2500 items per request) but I’m…
Hi, I'm writing a client side websocket program in python to get real time data from Refinitiv. I'm using multithreading where one thread receives the data and put them in a queue and the other thread handle the data in the queue(update our own database). It's supposed to run 24/7 all year long. But I've discovered that…
Hello, One of our clients reported the following use case : They publish prices for instruments through ATS, and sometimes they "update" the fields that they publish for some instruments (Ex : Before ATS update command, they publish ASK for RIC_A= and after the command they publish ASK and BID for RIC_A=). We asked them…
Hello, We are working on a Java application from scratch that connects to Refinitiv / LSEG Workspace Websocket API and subscribes to market data. While testing it, we noticed the following unexpected status message:…
It looks like you're new here. Sign in or register to get started.