Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaweria-b/simple-stock-price
A simple Stock-Price App using streamlit.
https://github.com/jaweria-b/simple-stock-price
Last synced: 28 days ago
JSON representation
A simple Stock-Price App using streamlit.
- Host: GitHub
- URL: https://github.com/jaweria-b/simple-stock-price
- Owner: Jaweria-B
- Created: 2023-09-30T19:14:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-17T09:45:34.000Z (11 months ago)
- Last Synced: 2024-02-17T10:29:23.590Z (11 months ago)
- Language: Jupyter Notebook
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock Price Tracker
This Streamlit application allows users to track real-time stock prices using the yfinance library. Users can select from a range of companies, including industry giants like Amazon, Apple, and Microsoft, and visualize their closing prices and trading volumes over the past decade.
## Features
- **Real-Time Data**: Fetches real-time stock price data using the yfinance library.
- **Interactive Interface**: Streamlit provides an intuitive interface for users to select and visualize stock data.
- **Historical Data**: Displays closing prices and trading volumes over the past decade.
- **Customizable**: Users can select from a range of companies to track.## Usage
1. Clone the repository:
```bash
git clone https://github.com/Jaweria-B/simple-stock-price.git
```2. Install the required dependencies:
```bash
pip install -r requirements.txt
```3. Run the Streamlit app:
```bash
streamlit run myapp.py
```4. Open the provided URL in your web browser to access the application.
5. Select a company from the dropdown menu to view its stock data.
## Demo
[Live Demo](https://simple-stock-price.streamlit.app/)## Contributing
Contributions are welcome! If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request.
---
Made with ❤️ by Jaweria Batool