We are creating a program that can automatically provide you with the ideal amount of certain ETFs and bonds for you to invest with maximum returns.
You'll need python 3 to run this program Install the Dependencies using pip
pip install -r requirements.txt
Run the program using
python main.py
As finance enthusiasts, we wanted to use our programming knowledge to help people like ourselves generate the ideal portfolio based on user preferences.
The user will generate will input their income, amount planning to invest, and the risk of the investment. Then, the program will generate the list of ETFs and bonds that might be suitable for the users. Users can also view the history of the price movements.
We use HTML, CSS, and JS for the frontend. Then, we use Python and Flask framework for the backend. We also use yfinance to extract data.
We ran into issues and bugs when writing the Python codes.
We accomplished to build the full stack website overnight,
Time management and teamwork is important.
We're planning to use a voice assistant to help users.