Skip to content

Instantly share code, notes, and snippets.

View rs2's full-sized avatar
💭
typing...

Pav A rs2

💭
typing...
  • @rootsumsquared
  • London
View GitHub Profile
@zduey
zduey / iex.py
Created March 4, 2017 16:04
Simple Real-Time Stock Streaming with Bokeh
import io
import requests
import pandas as pd
from bokeh.models import ColumnDataSource, HoverTool, ResizeTool, SaveTool
from bokeh.models.widgets import TextInput, Button
from bokeh.plotting import figure, curdoc
from bokeh.layouts import row, widgetbox
TICKER = ""