Upgrade from Eikon -> Workspace. Learn about programming differences.

For a deeper look into our Eikon Data API, look into:

Overview |  Quickstart |  Documentation |  Downloads |  Tutorials |  Articles

question

Upvotes
Accepted
3 1 0 3

"No permission" message trying to get /.VIX on the Eikon API

Hi,
I got the

The user does not have permission for the requested data

message when trying to use

eikon.get_timeseries('.VIX', start_date="2000-01-01", interval='daily')

Support confirmed I didn't have acess to ".VIC" and suggested using delayed VIX instead "/.VIC" since I had access to this one. Relaunching the request with "/.VIX" got me the same error. What should I do the be able to get the VIX time serie? I also tried changing the interval (d, m, y) and start_date (2000, 2010, 2015), without differences.

Thanks in advance,

Emmanuel

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-apipermissioningerror-message
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.

@emmanuel.desalis

Hi,

Thank you for your participation in the forum.

Are any of the replies below satisfactory in resolving your query?

If yes please click the 'Accept' text next to the most appropriate reply. This will guide all community members who have a similar question.

Otherwise please post again offering further insight into your question.

Thanks,

AHS

Upvotes
Accepted
18.2k 21 13 21

Hi @emmanuel.desalis

Let me try to summarize the information.

There are 4 different data access types in this question.

1. .VIX on quote data [top right on the picture]

2. /.VIX on (delayed)quote data [top left on the picture]

3. .VIX on historical data [bottom right on the picture]

4. /.VIX on (delayed)historical data [bottom left on the picture]

First, let me explain the "/" in front of a RIC is to indicate that you are requesting for a delayed(non-realtime) data. Since usually delayed data is not fee-liable.

From the error message you provided, it seems that you do not have access to quote data but you do have access on delayed quote data for .VIX RIC code.

Next for historical data, from the error message you provided, it seems that you do not have access to both .VIX and /.VIX on historical data.

As for my account, I have access to all 4 types.

So, this is not an API technical problem. It is just a matter of your account does not have permission to access to the required data.

Please contact your account manager if you require more permission on your account.


ahs1.png (73.0 KiB)
ahs2.png (49.9 KiB)
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
17.1k 80 39 63

Hi @emmanuel.desalis,

What is .VIC? According to my tests, it is an invalid symbol.

When I tried .VIX, this is what happened:

Also, your code shows '.VIX', yet in your question you explicitely say '/.VIX'. Is there a reason why you want to get delayed timeseries? I'm not even sure what delayed timeseries means.

If I try '/.VIX', I too get a 'user not permissioned' error.

Did you simply try '.VIX'?


ahs.png (11.6 KiB)
ahs.png (26.4 KiB)
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 1 0 3

Hello,
It's a typo, there is no VIC, sorry! Allow me to edit the question.

To summarize, I tried .VIX first, got the "no permission" message, got told to try /.VIX instead, got same message.

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
17.1k 80 39 63

Hi @emmanuel.desalis,

Did you try the .VIX instrument directly in the Eikon desktop? If you also receive an indication that you are not permissioned, then you will need to reach out to your Refinitiv account manager to discuss the data you are permissioned for and that you need access to this data.

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 1 0 3

Thank you for your answer.

Yes, I tried the .VIX instrument directly in the Eikon desktop and got the "no permission" message, the Support on the app told me that I didn't have access to realtime data.

I'm supposedly able to access historical .VIX in some way (they told me I have permission), but I don't get how. Apparently "/.VIX" is supposed to be this non-realtime data.

But I don't understand why it is so complicated, it is not some sensible data, it is publicly available online. I found it on www.cboe.com so even if it would have been more convenient to get it trough the API I'll use this way for the moment.

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.