Does anyone know were can I find a Url that dislays Options chains, beside Yahoo (problem with data) and MSN (also not accurate)?
For a free web version, I use this: http://quote.morningstar.com/Option/Options.aspx?ticker=aapl I am also in the process of programming a little PHP data scraper. To take a ticker and extract the options data in a nice CSV format from that site. I will post code when I am done
Here is one possible source: http://query.yahooapis.com/v1/publi...&env=store://datatables.org/alltableswithkeys I am not sure how accurate it is though.
What about your brokers website? I'm with Schwab, and when i want an accurate quote, I go to their option website.
I guess the OP asked about a way to pull the quotes automatically or do some sort of batch processing.
As I posted in another post, I work with IB, and after trading hours I am not able to get the options chains from them, so... Thanks Barney, I'll wait for you code, it will sure be helpful. Thanks for all the replies
As an FYI, if you're scraping a site and using their Greeks, and precision is important, make sure you know the expiration date and pricing model they use. If you look at IB's Option Chain or Option Trader, for equity options (individual stocks), they display the 3rd Friday as the expiration date. If you go to the Option Industry Council (OIC) site, they use data from Ivolatility.com and display the 3rd Saturday as the expiration date.