The investment portfolio
##Install
- Run ./install.sh
##HowTo Import Quotes?
- Go to http://stooq.com/db/h/
- Download daily quotes in ASCII format
- Unzip downloaded file
- Run ./scripts/import_quotes.sh and pass comma separated list of tickers
##HowTo Update Quotes?
- Please make sure tickers.conf file is populated
- Go to http://stooq.com/db/
- Download latest daily quotes
- Run ./scripts/update_quotes [path_to_downloaded_file]
##HowTo Update Latest Quotes Only?
- Please make sure tickers.conf file is populated
- Go to http://stooq.com/db/
- Download latest daily quotes
- Run ./scripts/update_latest_quotes [path_to_downloaded_file]