A python script to get stock prices of companies given the company's ticker symbol.
- Create a virtual environment
$ python3 -m venv .venv $ .venv\scripts\activate - Install dependencies
$ pip3 install -r requirements.txt - Execute the script
$ python3 get-stock-prices.py --symbol VIAV --from 28/12/2017 --to 03/01/2018 - For help on the script's usage
$ python3 get-stock-prices.py -h