BASIC version of retrieving quote from google finance

The function obtains quote from google finance into command line variable

You are now following this Submission

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 (2026). 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 .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
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