Downloads stock historical quotes and dividends for a list of (from the asx website) and saves the results in two csv files.
* Use of this project is on an as is basis at the users own risk *
Evan Davey, [email protected]
See COPYING
> sudo python setup.py install
> stockquotes <startdate yyymmdd> <enddate yyyymmdd> <outputpath>
This will generate a prices and dividends csv file in the output path
- Version 0.1: Implements basic functionality