Skip to content

Latest commit

 

History

History
43 lines (20 loc) · 599 Bytes

README.rst

File metadata and controls

43 lines (20 loc) · 599 Bytes

PROJECT

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 *

CONTRIBUTORS

Evan Davey, [email protected]

COPYING

See COPYING

INSTALLATION

> sudo python setup.py install

USAGE

> stockquotes <startdate yyymmdd> <enddate yyyymmdd> <outputpath>

This will generate a prices and dividends csv file in the output path

CHANGELOG

  • Version 0.1: Implements basic functionality