Hi, Customer Banco BEST developed a streaming application with Websocket API to subscribe real time data from a RTDS deployed infrastructure. This is working pretty well, but customer identified that sometimes there are RICs not receiving data being requested to RTDS, mainly related with Indices like .FTSE and .GDAXI…
How can I use a Python API to connect to a real-time Elektron feed from an Edge device and continuously stream data?
How does a client using web socket API is impacted from Workspace migration? What are the steps needs to be taken?
Hi team, do we have any sample code using RTO to fetch economic events data? Say US cpi. Thank you!
My inhouse RTDS has two types of service. One with dataType 6 (IDN, Bloomberg etc) and dataType2 (inhouse services) I am using the examples that came with the websockets API. Work fine with dataType 6 but I get a Json conversion error for the dataType 2. Is there a way to make the websockets examples consume dataType 2 ?
Client has configured websockets for ADS 3.8, but is unable to make a connection via curl. Is that normal? <dialogue snippet> bash-5.1$ curl -v -X GET http://ADS-SERVER.com:15000/config Note: Unnecessary use of -X or --request, GET is already inferred. * Trying 0.0.0.0:15000... * Connected to ADS-SERVER.com (0.0.0.0) port…
How do I configure Java application to return the value with HH:MM:SS:MS format?
I am required to subscribe to around 14K items, using the code in ETA tutorial with combination of batch request, I was able to get roughly 600-1000 items, depending which items I request (short names or long), is there a config parameter that can increase the amount I can send, and if the limitation is not in the API,…
Hi, i have a python script which is below partial_df1 = rd.discovery.search(view = rd.discovery.Views.COMMODITY_QUOTES, top=10000, filter = "\ SearchAllCategoryv2 eq 'Commodities'\ and RICLength lt 10 \ and RIC eq '0#*:'\ and RIC ne '*IV:*'\ and RIC ne '*-:*'\ and DTSubjectName ne 'forecast' \…
I am using the Refinitiv WebSocket API to request data. I’m working with futures data, and I usually only request the front-month contract. However, on the expiration date, I plan to request the next-month contract instead. In this case, do I need to explicitly identify the expiration date and manually find and request the…
It looks like you're new here. Sign in or register to get started.