https://github.com/foxfix/stock_viewer
https://github.com/foxfix/stock_viewer
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/foxfix/stock_viewer
- Owner: Foxfix
- Created: 2024-05-21T11:03:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T12:34:27.000Z (about 2 years ago)
- Last Synced: 2026-01-01T01:58:27.969Z (6 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This Streamlit application allows users to compare historical stock prices of two companies. By entering the stock symbols, the application fetches the past 5 years of stock data using the yfinance library. It then visualizes the closing prices of both stocks on a single interactive line chart, created with Matplotlib.
Technologies Used
Streamlit: For building the interactive web application.
yfinance: To download historical stock price data.
Matplotlib: For creating line charts to visualize the stock prices.
This application makes it easy to analyze and compare stock performance over time with a user-friendly interface.

https://stockviewer.streamlit.app/
You can clone this project
`pip install -r requirements.txt`
and run it with the command
`streamlit run app.py`