Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 848 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 848 Bytes

Stock Quote Streaming with Bokeh

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.

Description

For a short overview of the code, see Streaming Stock Price Data with Bokeh

Local Installation

  • 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

Heroku Deployment

Additional files are provided in order to deploy on Heroku. For more information, see Deploying an Application with Heroku

Live Version

You can find a live version at http://iex-streaming.herokuapp.com