Loads real-time stock quotes from the IEX stock exchange which as of the end of 2020 accounted for 2.57% of market share.
IEX account with API Key. See https://iexcloud.io/cloud-login#/register to sign up.
Python 3.6.9 or greater.
IEX quote interface is documented here: https://iexcloud.io/docs/api/#quote
See also the following helpful introduction to using Python to process IEX data: https://algotrading101.com/learn/iex-api-guide/
Copy env.sh.template to env.sh and set environmental variables found therein.
Run . env.sh to set values.
./iex-01-create-schema.sh
./iex-02-run.sh