BASIC version of retrieving quote from google finance

The function obtains quote from google finance into command line variable
2.4K Downloads
Updated 17 May 2009

No License

Couldn't find a working version of quote retriever so built my own.

usage:
>> gequote = get_gf_quote('ge','detailed')
Obtaining Google finance quote for ge...
gequote =

quote: 12.8600
companyId: 14135
dayOpen: 13.0700
dayClose: -1
mktCap: '136.18B'
dayHigh: 13.2600
dayLow: 12.7000
yrHigh: 32.7000
yrLow: 5.7300
yild: '9.64'
shares: '10.59B'
volume: '83.38M'

Cite As

krish reddy (2024). BASIC version of retrieving quote from google finance (https://www.mathworks.com/matlabcentral/fileexchange/23985-basic-version-of-retrieving-quote-from-google-finance), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2007b
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

Updates:
Detailed stock values such as market cap, shares, day low day high, yr high, yr low....

1.0.0.0