-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Context and feature:
At this point in time, there is no function in the program that allows the user to see the stock information or history of a company they might be interested in. We believe that this is a very important part of building one's portfolio and it should be part of the program, so as to give the user current information on the company as well as how the stock prices of the company were before.
Proposed solution:
We propose to make a separate page where the user can search up a company. Once a company is selected, it will provide useful information like how much the stock price is at this current moment as well as how the stock was doing in the past up till a certain point.
Useful resources:
At this point in time, we are looking at the python package yfinance, which looks like would be the best way to accomplish this task.