Tag archives for Google Finance
How to parse google finance csv file
Do you need to retrieve stock market historical data from Google Finance (for example http://www.google.com/finance/historical?q=goog&output=csv) to do some calculation (for example calculate the average of last 20 days) ?
So, in this lesson, you will learn how to:
1. Parse a CSV file to a Rebol's block (similar to other's programming ...more»




9 Comments
Tags: Average, Block, Calculation, CSV, Google Finance, Math, Parse