For a deeper look into our Elektron API, look into:
Overview | Quickstart | Documentation | Downloads | Tutorials | Articles
Hi Refinitiv Team,
See below code segment used via WebSocket API to retrieve prices.
Please advise how we can use ISIN / MIC codes to subscribe to pricing, as well as any way to retrieve a look up table with the relevant symbol / ISIN / MIC / RIC code.
SENT on Session1:
{
"ID": 2,
"Key": {
"Name": "IBM.N",
"Service": "ELEKTRON_DD"
}
}
RECEIVED on Session1:
[
{
"ID": 2,
"Type": "Status",
"Key": {
"Service": "ELEKTRON_DD",
"Name": "IBM.N"
},
"State": {
"Stream": "Closed",
"Data": "Suspect",
"Code": "NotEntitled",
"Text": "Access Denied: User req to PE(62)"
}
}
]
Hello @ckarageorgiou
Please be informed that the Refinitiv Real-Time APIs (including the WebSocket API) support the RIC code only.
You can use the other Refinitiv APIs such as DSS API or Refinitiv Data Platform APIs (RDP) for the symbology conversion services. Please contact your Refinitiv Account representative to see if they would help you.
Examples:
Thank you for the response.
Can you advise if there is an RIC lookup table on Refinitiv site we can use?
Hello @ckarageorgiou
Please check the RIC Search tool from the https://developers.refinitiv.com/en/tools-catalog/ric-search page.
==================
==================
Hello @ckarageorgiou
This "Access Denied" error message means you do not have permission to subscribe to EUR= (Euro rate) RIC.
Please contact your Refinitiv representative (or Account manager) to help you verify your permission.