I am working with python on a MacBook and thus have installed the python eikon API proxy of Thomson Reuters. For analytic purposes, I need to import cross-sectional data for equity derivatives through the eikon API, namely a series of strike prices for options on a specified equity derivative and their corresponding purchase prices, separately for calls and puts, all on a specified date. When I tried to find the code to do so using the built-in instrument browser of the API proxy, I was not able to find it.
So my general question is how to import this data via the python eikon API. Especially, are option prices featured as instruments of the equity (so I use the equity’s ticker to import the data?) or do derivatives on an equity have a separate ticker, and strikes as well as prices are then featured as instruments of the derivative?
I hope my explanation of the problem is understandable to you. If anything needs to be clarified, please do not hesitate to ask.
I would highly appreciate it if you could send me a short step-by-step description on how to import the data I described above.