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.

image


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}]

Best Answer

  • nick.zincone
    nick.zincone admin
    Answer ✓

    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:

    image

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