Joined
·
86 Posts
Thanks Dave. I was wondering about this. Cheers.I am a Google Spreadsheet and Google Finance fan.
For example, to get the latest Apple Inc. stock price you type this in the google spreadsheet cell:
=googlefinance("AAPL", "price")
If you want a list of closing prices for a date range you can type:
=googlefinance("AAPL", "close", "2009-01-01", "2009-05-31")
Read more here
http://docs.google.com/support/bin/answer.py?hl=en&answer=54198