Is it possible to grab stock option prices for PHP from Yahoo Finance? It used to be possible; you did it just as you would for a straight stock.
http://finance.yahoo.com/d/quotes.csv?s=MSFT&f=snp
gets you the symbol, name and previous close for Microsoft. Replacing the MSFT with an option's ticker symbol USED to get you the same info for the option. Now that option tickers have changed this doesn't work. Is there a way to get option prices and other information using YQL?