Simplifies downloading historical price data from Yahoo Finance.
Automatically finds the most inclusive date range for all securities selected.
# setup python virtual environment and install deps
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt # make sure pip is updated!
# java compile and run
ant run
- ant
- pip