Search all options on exchanges

Options
helpdesk
helpdesk Newcomer

I need to understand how many options I can get separately for each exchange. To do this, I want to make a request through the DSS python api. Could you please:

1) Inform me how can I create session key, if I have only login and password. I trying use next:

import refinitiv.data as rd
rd.open_session()

2) What methods should i use to get all options with all strikes for each exchange separately

Tagged:

Best Answer

  • Gurpreet
    Gurpreet admin
    Answer ✓

    HI @helpdesk,

    The code snippet that you mention is from Refinitiv Data Library and not DSS. For DSS, please start from quickstart and follow on to REST tutorials as per the links at the top of this page. We don't have any Python API for DSS; its RESTful, so standard Python Requests can be used. You can see some python code samples here.

    Additionally, we can only help with technical questions on these forums. For content related queries, please raise a ticket at my.refinitiv.com, which will allow you to speak with a content expert.