getGoogleOptionsDat​a(symbolid)

Version 1.1.0.0 (13.2 KB) by Chim Lau
Code to download option chain data from Google finance.
517 Downloads
Updated 10 Aug 2015

View License

I wrote this after existing Matlab code out on the web for downloading stock option chain data from Yahoo Finance started failing in the fall of 2014. This code download the json file from Google finance for a stock and then parse it for use.

Cite As

Chim Lau (2024). getGoogleOptionsData(symbolid) (https://www.mathworks.com/matlabcentral/fileexchange/50368-getgoogleoptionsdata-symbolid), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2011a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

1.1
Added some try/catches to handle errors more gracefully
Added more examples to the comments (i.e., run help getGoogleOptionsData)

1.0.0.0