Price Subscription via ISIN and/or MIC

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)"

}

}

]




Tagged:

Best Answer

Answers

  • 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.

  • thank you, we will check the RIC Search....in the meantime can you advise on the following - - "Access Denied: User req to PE(526)" - - issue


    ==================


    SENT on Session1:{
    "ID": 2, "Key": {
    "Name": "EUR=", "Service": "ELEKTRON_DD" }}

    RECEIVED on Session1:[ {
    "ID": 2, "Type": "Status", "Key": {
    "Service": "ELEKTRON_DD", "Name": "EUR=" }, "State": {
    "Stream": "Closed", "Data": "Suspect", "Code": "NotEntitled", "Text": "Access Denied: User req to PE(526)" } }]


    ==================

  • 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.