I am trying to connect to Refinitiv Real-Time Distribution System to extract time-series data on sector ETF sentiment score and relevancy.
I am following this tutorial (
https://developers.lseg.com/en/api-catalog/real-time-opnsrc/websocket-api/tutorials#connect-to-refinitiv-real-time-distribution-system.
) but running into an issue when defining the ADS address:
ws_address = "ws://{}:{}/WebSocket".format(hostname, port)
...
Where can I get a valid hostname and port?