-
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…
-
RTO Interest Rate Curve Pricing
I will be using RTSDK API to subscribe to the relevant RICs with RTO service. When subscribing to RIC “0#EURAMMEZ=R”, the response includes a set of elements or sub-RICs provided through the LONGLINK1–14 fields, along with a pointer to the next page in the chain via LONGNEXTLR (1#EURAMMEZ=R). Item Name: 0#EURAMMEZ=R…
-
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:>
-
Best way to pull real-time data via WebSocket (handling connection drops & optimization)
I’m currently working on pulling real-time market data using a WebSocket connection in Python, based on the sample code below: https://github.com/Abdullah-2906/LSEG-python-websocket/blob/main/streaming.py I’d appreciate some guidance on best practices and optimization. Current setup Using Python with a WebSocket connection…
-
How to find the fields list for Streaming real time data
Our account doesn’t have access to the Data Item Browser, and we need to stream real-time data. Where can we find the available fields? Example: Example: Qatar Stock Index, I want to retrieve the following: Index value Change Change percent Trades Volume Market value YTD Which fields should I pass in the websocket? Could…
-
Streaming Websocket connection break
I am using the LSEG ELECTRON_DD to get data through a WebSocket connection. Everything works fine at first, and I receive the data correctly. However, after some time, the WebSocket connection automatically disconnects. When I restart it, it works again, but the same problem happens after a while. The error message I see…
-
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 .
-
IP Whitelisting request/Data Platform
I’d appreciate guidance on: Whether IP whitelisting is typically enabled for Pricing Streaming trials Which team/process owns IP whitelisting changes for Data Platform How IP additions/removals should be requested (tool, ticket, or workflow) Any limitations or best practices specific to trial accounts Thanks,
-
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…