For a deeper look into our Elektron API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
You can download
WEBSOCKET API TRY IT NOW! DOCUMENTATION
from
https://developers.refinitiv.com/elektron/websocket-api/downloads
It contains the web UI tool to test connecting to your ADS and it also provides details about JSON request and response messages you need to use in your app.
We also provide an example on GitHub
https://github.com/Refinitiv/websocket-api
Hi,
Thank you for your input. I did try this. I tried running the Examples given also (market_price.py). It throws "connection refused". I am using the right port number and ADS username given by the market team
Did you get the message mentioned in the below post?
If it's the same one it could be an issue from the version of ADS you currently use, please confirm with your market data team.
Anyway, you can also try the web UI from WebSocketsAPI_TryitNow_Doc to test the connection at the first step. If it's the supported version of ADS and the port is open, you should get a message Connected! like the following screen shot.
Hello @ashwathguru.s
You need TREP 3.2 or higher which supports WebSocket API as well.
Hello @ashwathguru.s
To connect to TREP, you need TREP (ADS server) version 3.2.1 and above with the WebSocket enable. I suggest you check with your local Market Data team to verify your TREP version/configuration.
In the mean time, I suggest you check the following Elektron WebSocket API Quick Start and Tutorials: