Hi,
I am trying to extract historical data on American option prices on GOOG.O using Python data API. I am looking for something like
ek.get_data('0#GOOG*.U', ['BID'], {'SDate':'20190415', 'EDate':'20191002'})
to get the closing prices and the corresponding dates. Could you please help me figure out the correct querry?
Thank you,
Cyril
Follow the link below for the answer by @chavalit.jintamalit on a previous thread explaining how to retrieve history for implied volatility for options. You can retrieve options price history the same way.
https://community.developers.refinitiv.com/answers/45867/view.html
Eikon Python API - fetching SPX options data
How to get historical bid offer prices and vols of option chains using the Python API?
Using Python API, how to distinguish between option expiry periodicity (Weekly, Monthly, Quarterly)?
Find historical option price for given ticker, date and strike price closest trading price?