Web App for Stock Quotes & Building a Portfolio Using Python & Django
Last updated Jun 28, 2026
72
Stars
22
Forks
0
Issues
+1
Stars/day
Attention Score
5
Topics
Language breakdown
Python 97.0%
HTML 1.1%
JavaScript 1.0%
CSS 0.7%
Shell 0.1%
Perl 0.0%
โธ Files
click to expand
README
STOCK MARKET WEB APP
Web App for Stock Quotes & Live News Stream; Building a Portfolio Using Python & DjangoPurpose
- This is my first big project to develop a full stack app on my own.
- It is a web application for stock market data. Users can get real-time stock data and market news via Alpha Vantage, IEX Cloud, and Stock News APIs.
- Creation of personal stock portfolios and a live streaming news feed are the first features.
- Adding charts visualization and implementing machine learning to analyze stocks will be the second goal, when I expand this app in the near future.
Demo
For a demo of the code and how the web app works, please see this screen recording: https://www.screencast.com/t/JoT9sT67h.Requirements
- Get your own Django secret key
- API key is required if you want to use data from IEX cloud.
- API key is required to receive news (from news.html) via Stock News API.
- Use pipenv to install python dependencies for the backend.
How to Run
- Run backend server with the following command:
- "python manage.py runserver"
Technical Summary
- Django
- Django Rest Framework
- Back end language: Python (the version used here is Python 3.7.7)
- Bootstrap
- HTML/CSS
- JavaScript
- SQL
๐ More in this category