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