-
Questions related to the WebSocket API
Hello. We are currently conducting tests by following the instructions you provided last week. I have a question. When I access API Playground - /streaming/pricing/v1/, the login fails with the following message. Could you tell me the cause? "Login Rejected. Watchlist size of 0 for 'WS JSON2' connection is outside of range…
-
how Client expand a Chain RIC and then use only interested RICs in their Websocket Payload
Hi Team, Appreciate to help with explain how client can define their RICs after expanding the Chain RIC? Is this possible? appreciate to help with which all API scripts need to be used. Example Chain RIC <0#DEBM:>
-
New API - EMA - error “connection type disallowed,”
Hi All, A new API EMA has been created but the team are receiving a “connection type disallowed” log output msg in the ADS log. Websockets / 15000. The DACS id has been successfully tested in the DACS GUI. Any ideas? Many Thanks
-
Indices Fields Name Clarification
2. I am pulling last price, change, change percent, trades, volume, and market value. For QNBK, the data looks correct. QE stock website: Websocket: For .QSI index LSEG Websocket response: I want to pull the trades, volume, and value of the index. Please let me know if there is different field name for index .
-
Add specific WebSocket URL query parameters via EMA
We are using EMA to connect to the HMDS endpoints. From what I see in the EMA configuration, we can only specify the host and port. However, we also need to include the UUID in the WebSocket URL as a query parameter. Do you know if this is supported? Thank you
-
When are these "Updates" of domain "Source" triggered ?
Client has upgraded and switched to Websocket API this week. We sometimes receive the following message [ { "ID": 2, "Type": "Update", "Domain": "Source", "UpdateType": "Unspecified", "DoNotConflate": true, "Key": { "Service": "BLOOMBERG", "Filter": 3 }, "Map": { "KeyType": "UInt", "Entries": [ { "Action": "Update", "Key":…
-
Access Denied Error for .TLREFK RIC via WebSocket API
We are currently attempting to retrieve pricing data for the RIC ".TLREFK" via the Refinitiv WebSocket Streaming API (Pricing endpoint). However, when we send a MarketPrice request for this instrument, the API responds with the following error message: "Access Denied: User req to PE(3157)" This appears to indicate that our…
-
A17: All servers busy. Will call when service becomes available
Hi Team, client's downstream application Murex is using Websocket connect to RTDS, and currently received error log "A17: All servers busy. Will call when service becomes available". Any advice what caused it ? thanks
-
on-prem trep server infrastructure and public web api end point usage details.
Hello LSEG Team, We using on-prem TREP and Websocket infrastructure currently to get BID/ASK and VALUE_DATE fields of some FX RICs via our .net application. We are getting all related data continuosly without any problem. However we want to demise our TREP infrastructure. We have some users use this infrastructure as well.…
-
lseg-data (RTO) 2.1.1: "Session is not opened" on Azure Linux Web Apps
We’re seeing the following error from lseg-data 2.1.1 (Python 3.11) when calling ld.get_data(...): First observed: 16 Jan 2026 (UTC). We’re confident this flow worked prior to the week commencing 5 Jan 2026. Error ValueError: Session is not opened. Can't send any request File…
-
Websocket connection issues to ADS in distant location
We are able to successfully pull data from the LSEG ADS from a python script using the web socket approach if the client and server are in the same regional datacenter. This solution is very reliable and performant (consistently pulling all fields for ~30k RICS in ~30 seconds) . We encounter issues when pulling data across…
-
Auto Ric Creation Process in Electron
We are working on to automate the Ric creation process by using the API service (api-autoric.platform.refinitiv.com) and we are planning to use python. Do you have any sample code is available for our reference
-
Post messages have no effect and "Ack":true results in an "Unknown message type"
We use WebSockets to publish updates to chains (below is an example of such a POST message). The following problem has occurred: The message is processed (there is no error message), but the changes do not take effect. First question: Is the message structure syntactically correct? Second question: Inserting "Ack":true…
-
How to post data for multiple symbols?
Hello, https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/java/MarketPricePosting.java We have made use of the above example to update data for symbols in WebSocket API. Please note that the above example does not explain/demonstrate the steps to update data for multiple symbols and we have been…
-
API AUTHENTICATION ISSUE
Below is the error message we received while doing API authorization: 401 {"error":"invalid_client" ,"error_description":"Invalid client or client credentials." } We tried Auth v1 and v2 but didnt work, please help and let us know which endpoint/URL should we use. Thank you!