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
23 0 6 7

Option Chain using get_data

Hi,


I am trying to pull the option chain corresponding to the RIC 0#BL2K0+. I can access the data as you can see from the screenshot below.


But when I run the get_data function to get the chain as per the suggestion in this query https://community.developers.refinitiv.com/questions/46401/ekget-data-on-option-chain-ticker.html

df, ek = e.get_data('0#BL2K0+', ['DSPLY_NAME'])


I get an error.

[{'code': 251658243,

'col': 1,

'message': "'Access Denied' for the instrument '0#BL2K0+'",

'row': 0}]

eikoneikon-data-apipythonrefinitiv-dataplatform-eikonworkspaceworkspace-data-api
1586359598077.png (212.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.

1 Answer

· Write an Answer
Upvotes
Accepted
17k 80 39 63

Hi @varun.divakar,

The request you have is correct but it appears you are not permissioned to access this data.

The request will return data as:

I would suggest you reach out to your Refinitiv Account Manager to discuss your permission settings to access this content.


ahs.png (17.1 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.

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.