Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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