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…
Hi team, we would like to subscribe to delayed real-time data, not using “/” as a RIC prefix. Seems that a new the service name ERT_BON_DLY is available. Can you guide us how to use this service? We use python code and build the request as following: mp_req_json = { 'ID': 1, 'Key': { 'Name': ric_name, 'Service':…
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
I use the command line "pip install refinitiv-data".However, I encounter a problem, and could not install refinitiv-data. The screenshot is attached.My python version is 3.13
In Real-Time WebSocket API: The Real-Time Optimized Version 2 , i am trying to get the URL list from the “Requesting Service Discovery” as below try: r = requests.get(url, headers={"Authorization": "Bearer " + auth_token}, params={"transport": "websocket"}, allow_redirects=False) except requests.exceptions.RequestException…
I would like to have python code. Also, I work at LSEG. Do we have any Websocket API connection to test data extractions? I would like to have my own credentials and test the Websocket API.
...et example I am using Reginitiv's sample perl scripts to retrieve RICs. It's working fine when retrieving the default IDN_RDF feed from one ADS server, but it is not clear from the perl samples how to: 1. Specify an alternative ADS server during initial configuration, so that if the first ADS fails, the data will be…
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…
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!
Hello, I would like to ask you for advice on error message that my client received: “JSON RSSL Conversion Error. RSSL error code : -21”. Client is using below example: https://github.com/Refinitiv/websocket-api/blob/master/Applications/Examples/CSharp/MarketPriceExample/MarketPriceExample.cs Basically he is making batch…
It looks like you're new here. Sign in or register to get started.