This is a simple stock price web application built with Streamlit that allows users to visualize the closing price and volume of any stock by entering its ticker symbol. The app uses the yfinance
library to fetch historical stock data.
Before running the application locally or deploying it, make sure you have the following prerequisites installed:
- Python 3.6 or higher
- pip (Python package manager)
-
Clone the repository to your local machine:
git clone https://github.com/Raghul-M/Stock-price.git cd stock-price