For a deeper look into our Elektron API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 0 3 4

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

}

}

]




websocketsricsisin
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

hi @ckarageorgiou

Thank you for your participation in the forum. Is the reply below satisfactory in resolving your query?
If so please can you click the 'Accept' text next to the appropriate reply? This will guide all community members who have a similar question.

Thanks,
AHS

@ckarageorgiou

Hi,

Please be informed that a reply has been verified as correct in answering the question, and marked as such.

Thanks,

AHS

Upvotes
Accepted
24.6k 54 17 14

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:

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
3 0 3 4

Thank you for the response.

Can you advise if there is an RIC lookup table on Refinitiv site we can use?

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
24.6k 54 17 14

Hello @ckarageorgiou

Please check the RIC Search tool from the https://developers.refinitiv.com/en/tools-catalog/ric-search page.

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Upvotes
3 0 3 4
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)" } }]


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

icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

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.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.