Skip to content

zduey/iex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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