Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

did yahoo finance api stock returning stock option data?

i'm using the yahoo finance api for stock and stock option data. this used to work:

http://quote.yahoo.com/d/quotes.csv?s=VCR.X&f=l1c1n

that's once of the options for Visa. this doesn't work anymore, and when i go to yahoo finance their option symbols are all differnt now, looking like this:

VEH100220P00055000

that's an option for Visa now. and if i plug that long one into the url it doesn't work either. anyone know if they are changing things with their options and broke this?

like image 788
aspm Avatar asked Feb 15 '10 19:02

aspm


People also ask

Can I get options data from Yahoo Finance?

Yahoo Finance publishes US stock option chains. You can open https://finance.yahoo.com/, search a ticker like YHOO, and click the 'Options' tab. You can use URLs like https://finance.yahoo.com/quote/AAPL?p=AAPL to open pages with option chains directly.

What happened to Yahoo Finance API?

Yahoo Finance API is Discontinued.

Does Yahoo Finance still have an API?

If you're looking for an API that can provide you with financial data, Yahoo Finance is a great option. The Yahoo Finance API offers access to a wide range of data, including stock quotes, historical prices, company information, and more.


1 Answers

Option symbology is highly complicated. The symbols for option chains will periodically change, when the contracts roll and new contracts are available.

If you want options market data that has been cleaned, you will probably have to pay for it. XIgnite has a couple of web services providing options data: http://www.xignite.com/xoptions.asmx

like image 62
James Webster Avatar answered Sep 20 '22 17:09

James Webster