This web application offers two primary functionalities:
- Fetches various financial indicators for a list of stock tickers.
- Retrieves key metrics like market cap, sector, dividend yield, etc., for the same stock tickers.
The data is fetched and calculated by REST API endpoints and is accessible via HTTP GET requests.
Clone the repository to your local machine.
git clone https://github.com/your_repository/CSI4900-Stock-Prediction-Project.git
Navigate to the project directory.
cd CSI4900-Stock-Prediction-Project
- CSI4900 Students