The Stock Management Web App is a Flask-based application that allows users to manage their stock portfolios and watchlists. Users can add, buy, or delete stocks from their portfolio and watchlist, view live stock prices, and get financial news. This application is intended for educational purposes and is an example of a simple web-based stock management system.
-
User Authentication: Users can log in using their credentials.
-
Portfolio Management: Users can add, buy, or delete stocks from their portfolio, including tracking quantities and average prices.
-
Watchlist: Users can add or remove stocks from their watchlist.
-
Live Stock Prices: The app fetches live stock prices using Yahoo Finance (yfinance).
-
Financial News: Users can stay updated with financial news in the application.
-
And much more
To set up the Stock Management Web App on your local machine, follow these steps:
-
Clone the Repository:
git clone https://github.com/yourusername/stock-management-app.git
-
Install Required Python Packages:
pip install -r requirements.txt3.Run the Application:
python app.pyContributions are always welcome!
See contributing.md for ways to get started.
Please adhere to this project's code of conduct.
- This project was inspired by the need for a simple stock management system for educational purposes.