This repo contains code to run a small web-based application to stream stock quotes from IEX in near real-time using the Python library Bokeh.
For a short overview of the code, see Streaming Stock Price Data with Bokeh
- Create a new envrionment with virualenv or conda and python 3.6
pip install -r requirements.txt
to install dependencies for the project- Run locally with
bokeh serve iex.py
Additional files are provided in order to deploy on Heroku. For more information, see Deploying an Application with Heroku
You can find a live version at http://iex-streaming.herokuapp.com