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

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
25 1 4 11

Access Denied for LBMA prices (XAUFIXAM=)

I am trying to get market data from Websocket API for the following instrument (LBMA Gold Price AM)

RIC -> XAUFIXAM=

Following is the request

{ "ID": 2, "Key": {"Name": "XAUFIXAM="} }

But it throws me the following error

[{ "Type": "Status", "State":

{ "Stream": "Closed",

"Data": "Suspect",

"Text": "Access Denied: User req to PE(4143)", "Code": "NotEntitled"

},

"ID": 2, "Key": { "Service": "ELEKTRON_DD", "Name": "XAUFIXAM=" } }]

Am I sending something wrong (The spot prices are working fine (XAU=)) ?

Should I create a support ticket to enable them ?

websocketserror
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
Accepted
25.1k 57 17 14

Hello @weber01

The JSON status response message with "Text": "Access Denied: User req to PE(XXX)", "Code": "NotEntitled" means your account does not have permission to request that RIC (XAUFIXAM=). You may check my colleague's answer in this old post for more clarification.

I highly recommend you contact your Refinitiv Representative/Account Manager to verify your permission.


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.

Upvote
80k 257 52 75

@weber01

Otherwise, you may try to use a delayed RIC (/XAUFIXAM=) instead. Delayed RICs are prefixed with a '/' character.

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
25 1 4 11

Thank you.

/XAUFIXAM= also gives me the same error.


SENT:

{

"ID": 2,

"Key": {

"Service": "ELEKTRON_DD",

"Name": "/XAUFIXAM="

}

}

RECEIVED:

[{

"Type": "Status",

"State": {

"Stream": "Closed",

"Data": "Suspect",

"Text": "Access Denied: User req to PE(6380)",

"Code": "NotEntitled"

},

"ID": 2,

"Key": {

"Service": "ELEKTRON_DD",

"Name": "/XAUFIXAM="

}

}]

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.

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.