The most recent content from our members.
Hello Support Team, I am looking for a way of getting the RIC codes to be used in the WebSocket API to fetch data. I am following below GitHub sample, and in this sample it demonstrate to fetch MarketPrice for RIC code "TRI.N". websocket-api/MarketPriceExample.cs at master · Refinitiv/websocket-api · GitHub I am looking…
With below small VBA code I can call a RIC from the IDN world: Sub ShowRICInIDN(ByVal RIC As String) Dim wshLink As Object Set wshLink = CreateObject("WScript.Shell") wshLink.Run "reuters://REALTIME/verb=FullQuote/ric=" & RIC Set wshLink = Nothing end sub How can I open a EikonQuoteApp showing data from a different data…
It looks like you're new here. Sign in or register to get started.