Dumb python script to get the monthly average closing price of a ticker. For example
python monthly_average.py FB --date 2020-05
will give you the monthly average close price for May.2020 for Facebook.
- setup virtualenv with python >= 2.7.15 [optional]
- run
pip install -r requirements.txt
- run script