https://github.com/allanotieno254/streamlit-stock-price-app
This is a Streamlit-powered web application that fetches and visualizes Google's stock closing prices and volume using Yahoo Finance (yfinance).
https://github.com/allanotieno254/streamlit-stock-price-app
finance python streamlit visualization yfinnce
Last synced: 3 months ago
JSON representation
This is a Streamlit-powered web application that fetches and visualizes Google's stock closing prices and volume using Yahoo Finance (yfinance).
- Host: GitHub
- URL: https://github.com/allanotieno254/streamlit-stock-price-app
- Owner: AllanOtieno254
- License: mit
- Created: 2025-02-22T19:32:08.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-22T19:39:38.000Z (8 months ago)
- Last Synced: 2025-03-03T20:04:13.535Z (7 months ago)
- Topics: finance, python, streamlit, visualization, yfinnce
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# 📈 Simple Stock Price App
## 🚀 Project Description
This is a **Streamlit-powered web application** that fetches and visualizes **Google's stock closing prices and volume** using **Yahoo Finance (yfinance)**.## 📊 Features
- 📡 **Fetches real-time stock data** from Yahoo Finance
- 📉 **Displays stock closing prices** using interactive line charts
- 📊 **Shows trading volume trends**
- ⚡ **Simple and lightweight**, built with Streamlit## 🛠️ Technologies Used
- **Python**
- **Streamlit**
- **Yahoo Finance (yfinance)**
- **Pandas**## 📥 Installation
To set up and run the project, follow these steps:
```bash
pip install -r requirements.txt