I'm using RCC via Websocket API to post Equity Indices data to Refinitiv, using python. I'm able to connect to UAT correctly and it seems that the data went through SENT: { "Ack":true, "ID":1, "Key":{ "Name":".FCIWD800USDP", "Service":"DDS_TRCE" }, "Message":{ "Fields":{ "ASK":2284.0247, "DSPLY_NAME":"Hello RCC",…
Hi ! I would like to use the Websocket API via Python to contribute data to Refinitiv. I'm on Windows and I have a Workspace licence. My account manager told me that I'm autorized to contribute to the UAT/dev environement. I'm using websocket_authentication_argp.py from the tutorial/download page regarding the Websocket…
I'm trying to set the timeout to prevent continuous running of api call. But it's not working.Here is my code. const express=require('express' const app=require('./app') const http=require('http'); const bodyParser=require('body-parser'); const cookieParser=require('cookie-parser'); const dotenv=require('dotenv'); const…
We are migrating from RTO V1 to V2 (PING CIAM), we created an account id with correct permissions. When trying to get information for any entity, we are receiving the error "Access Denied: User req to PE(X)". { "Type": "Status", "State": { "Stream": "Closed", "Data": "Suspect", "Text": "Access Denied: User req to…
We are using Reuters WebSocket API and receiving different responses for different usernames (with or without VPN): Authentication request with credentials: Endpoint: https://api.refinitiv.com:443/auth/oauth2/beta1/token Username 1: Response: ERROR 429 {HTTP/1.1 429 Too Many Requests} Username 2: Response: SUCCESS 200…
We are currently using RFA API for bringing in Realtime Market Data from TREP. We are looking to move to strategic Websocket API which is supported by our platform. Looking to understand the protocols supported with Websockets..? - We are informed that tr_json2 is same as rssl.json.v2. Is that the case..? What is the diff…
We have been using V1 authentication successfully for a couple of years now - using this address: https://api.refinitiv.com:443/auth/oauth2/v1/token However, we are now being forced to "upgrade" to V2 authentication (https://api.refinitiv.com/auth/oauth2/v2/token) switching us from using the machine ids, to now just using…
Good morning, We are being migrated to Version 2 authentication for our WebSocket API. My non-functional team is looking for the OpenAPI spec for the new API so that they can register the egress pattern. I have spent some time looking around the portal but have not been able to find it. Can someone point me in the right…
Hello dear community, I'm facing an issue... I am using Refinitive platform, where I am trying to fetch data from a WebSocket. First, we generate an access token through PHP, which is working fine. Then, we save it and include it in the JSON content. When calling the WSS endpoint, I'm encountering the following errors.…
Hi Team , Can we create Refinitiv support ticket using the API call from external machine , If yes please provide the details
It looks like you're new here. Sign in or register to get started.