Stock Ticker Quote App



This Django app authenticates user by creating an account. The user then has the option to either add or delete the stock “favorites” they would like to track. JSON data taken from API calls to IEX cloud based on ticker symbol. The JSON data handled through views logic, returned to a framework template where it is displayed using loops and Bootstrap “cards”. User authentication information and their “Stock-Favorites” are stored in a SQLite database.

Code coming soon to GitHub

Try it for yourself on Heroku