This repository contains a beginner-friendly data science project that creates a simple stock price app using Python, Streamlit, and the Yahoo Finance API (yfinance). The app displays the closing price and volume of Google's stock (ticker symbol: GOOGL) over a specified period.
Make sure you have Python installed on your system. You can download it from python.org.
- Clone the repository:
git clone https://github.com/your-username/simple-stock-price-app.git
- Navigate to the project directory:
cd simple-stock-price-app
- Install the required Python packages:
pip install -r requirements.txt
Execute the following command in your terminal to run the Streamlit app:
streamlit run app.py
This will launch the app in your default web browser.
-
Closing Price Chart: Visualizes the historical closing prices of Google's stock over the specified period.
-
Volume Chart: Displays the historical trading volume of Google's stock over the specified period.
- The app is built upon the excellent Streamlit library for creating web applications with minimal effort.
- Stock data is fetched using the yfinance library, which provides a convenient interface to Yahoo Finance API.
Feel free to contribute to this project by opening issues or submitting pull requests. Your feedback and suggestions are highly appreciated!
This project is licensed under
the MIT License - see the LICENSE file for details.
PARVATHI LAL
Feel free to customize the README file with your name, additional acknowledgments, or any other relevant information. Make sure to update the LICENSE file if needed.