/quandlchart

python project that charts financial, economic data from Quandl through API

Primary LanguageCSS

Quandl Charting

Website to retrieve data and visualize it through Chart.JS.

Python webserver powered by django framework. Client webpage is mainly designed by bulma css and javascript. Originally designed to provide advanced data analytics for financial and economic data through pandas and scipy. Still under construction to develop more analytical charting.


Install packages using requirements.txt

pip install -r requirements.txt


Run command

python manage.py runserver 0.0.0.0


Get API key from Quandl.com

Before using it, you must sign up for quandl and insert your api key in 'API Key' in views.py file.

Demo version is available here.