https://github.com/kevinadhiguna/ziremi
A stock price tracker web app that enables you to look at current stock price of an enterprise.
https://github.com/kevinadhiguna/ziremi
python stock-prices streamlit streamlit-webapp
Last synced: about 2 months ago
JSON representation
A stock price tracker web app that enables you to look at current stock price of an enterprise.
- Host: GitHub
- URL: https://github.com/kevinadhiguna/ziremi
- Owner: kevinadhiguna
- Created: 2020-11-04T07:30:18.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T03:13:22.000Z (over 3 years ago)
- Last Synced: 2025-06-30T17:49:48.289Z (12 months ago)
- Topics: python, stock-prices, streamlit, streamlit-webapp
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ziremi
A stock price tracker web app that enables you to look at current stock price of an enterprise, powered by streamlit and yfinance.
## Demo
This is how Ziremi looks :

## How to run :
1) Clone this repository :
```
git clone https://github.com/kevinadhiguna/ziremi.git
```
2) Install dependencies :
```
pip install -r requirements.txt
```
3) Run program :
```
python ziremi.py
```
