https://github.com/coding-for-it/stock_price_webapp
This webapp is developed using STREAMLIT and PYTHON
https://github.com/coding-for-it/stock_price_webapp
Last synced: 5 months ago
JSON representation
This webapp is developed using STREAMLIT and PYTHON
- Host: GitHub
- URL: https://github.com/coding-for-it/stock_price_webapp
- Owner: coding-for-it
- Created: 2025-02-19T11:49:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-19T11:51:25.000Z (about 1 year ago)
- Last Synced: 2025-02-19T12:33:24.358Z (about 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Stock Price Web App
A beginner-friendly Streamlit app to explore S&P 500 companies, download stock data, and visualize stock trends.
#Features
-Filter companies by sector
-Download company data as CSV
-Visualize stock closing prices
#Technologies Used
-Python – For scripting, data processing, and API calls
-Streamlit – For building the web interface
-Pandas – For data manipulation
-Matplotlib & Seaborn – For data visualization
-yfinance – For fetching stock market data
#How It Works
-Select a sector from the sidebar
-View & download company data
-Click "Show Plots" to see stock trends
#Run Commands
-pip install -r requirements.txt
-streamlit run home.py