An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

          

# 📈 Simple Stock Price App
![image](https://github.com/user-attachments/assets/50e80ff9-ee46-4c5f-a9d8-6d5ae50dacbf)

## 🚀 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