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

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

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