Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Finance historical options data (with strikes etc) on google finance API

Can anyone provide how to get historical options data with strikes by Google Finance API? Mbe Yahoo API can do it? Thx.

like image 208
0dd_b1t Avatar asked Mar 10 '12 18:03

0dd_b1t


People also ask

How do I find historical data on Google Finance?

Historical Prices at Google Finance You can open https://www.google.com/finance/, search a ticker like GOOGL, and click the 'Historical prices' link on the left panel. You can use URLs like https://www.google.com/finance//historical?q=GOOGL to open pages with historical prices directly.

Does Google Finance API still work?

To reiterate, the Google Finance API is no longer supported by Google so it's undocumented and unreliable. Therefore, this API is best for private toy applications. Public resources, such as RapidAPI, are a good place to learn about well maintained and available APIs.

How do I use Google Finance API?

Use the GOOGLEFINANCE function A ticker symbol in quotation marks. (Optional) The attribute you want to show, such as price, in quotation marks. (Optional) A start and an end date preceded by DATE and followed with the numerical date in parenthesis. (Optional) Daily or weekly frequency in quotation marks.

How far back does Google Finance data go?

(Indeed the IPO was in 1999.) However, Google Finance only goes back to Jan. 17.


1 Answers

AFAIK, there's no free API that lets you query for historical option prices easily.

Your best shot may be to collect it daily for the stocks you're interested in: http://www.google.com/finance/option_chain?q=AAPL&output=json

like image 94
Di Wu Avatar answered Sep 24 '22 14:09

Di Wu