Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raghul-m/stock-price
Simple Stock Price App Using Streamlit and Yfinance
https://github.com/raghul-m/stock-price
data-science data-visualization streamlit-webapp yfinance-library
Last synced: 1 day ago
JSON representation
Simple Stock Price App Using Streamlit and Yfinance
- Host: GitHub
- URL: https://github.com/raghul-m/stock-price
- Owner: Raghul-M
- Created: 2023-07-02T16:30:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-08T12:56:42.000Z (7 months ago)
- Last Synced: 2024-05-08T13:49:58.592Z (7 months ago)
- Topics: data-science, data-visualization, streamlit-webapp, yfinance-library
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Stock Price App
This is a simple stock price web application built with Streamlit that allows users to visualize the closing price and volume of any stock by entering its ticker symbol. The app uses the `yfinance` library to fetch historical stock data.
![Stock App Screenshot](demo1.png)
## Getting Started
### Prerequisites
Before running the application locally or deploying it, make sure you have the following prerequisites installed:
- Python 3.6 or higher
- pip (Python package manager)### Installation
1. Clone the repository to your local machine:
```bash
git clone https://github.com/Raghul-M/Stock-price.git
cd stock-price