Is there a way to get the live options information from Yahoo or Google's API. By options information I mean: call, ask volume. I basically need the information on this page

thanks for your help!

link|improve this question

You can obtain option data manually via CBOE. – ted teng Mar 26 at 14:19
feedback

2 Answers

I don't know of a way to do it other than scraping the HTML. The getOptionChain.yahoo function in the quantmod R package does that. You can get the source on CRAN.

link|improve this answer
thanks for your answer Joshua, but I would need to retrieve the information without scraping the HTML and I would need it in real time, is there any other way? thanks! – Nick Nov 4 '11 at 18:27
@Nick: outside of purchasing the data from a vendor, no. – Joshua Ulrich Nov 4 '11 at 19:40
yes I'm willing to buy the data from a vendor, do you know some that are in real time and have options data? – Nick Nov 4 '11 at 20:25
feedback

Not sure what language you are looking to use, but you can use the java parser found here and modify the Yahoo Finance API link + special tags as shown here and you should be able to get the options information.

As far as I remember there is a 20mins delay in the quotes. I'm not sure if it works the same way for options.

link|improve this answer
I'm fairly certain that will not work for options. – Joshua Ulrich Nov 4 '11 at 19:40
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.