This project is designed to both automatically download and parse market data from IEX, including generating the file formats expected by Strategy Studio for backtesting. It will be intended to be easily usable by the Strategy Student Vagrant VM.
git clone [email protected]:shared_code/iexdownloaderparser.git
cd iexdownloaderparser
./vm_go.sh
- pypy3.7 -m pip install requests
- pypy3.7 -m pip install tqdm