Tue 15 August 2017 | tags: python, web extraction, flask, heroku, bokeh, quandl, requests, pandas, -- (permalink)

Heres a simple Flask App I built that uses quandl's API to return the recent history of a stock. The finished app can be found here.

The github for my project's code is also found here.

The Objective

I just wanted to get an idea of how Flask and python …