I use YQL to get the financial option data. Sort of:
select * from yahoo.finance.options where symbol="AAPL" and expiration="2011-07"
However, the above query returns optionsChain data.
Is there a way to get only an entry for a specific option character, for example. symbol=AAPL110716C00155000 ?
Thank you for your time.
source share