https://github.com/nfaltir/mini-bloomberg
📊 ~A simple python app that uses the Streamlit web framework to generate stock reports.
https://github.com/nfaltir/mini-bloomberg
python stock stock-market streamlit yfinance
Last synced: 6 months ago
JSON representation
📊 ~A simple python app that uses the Streamlit web framework to generate stock reports.
- Host: GitHub
- URL: https://github.com/nfaltir/mini-bloomberg
- Owner: nfaltir
- Created: 2021-10-23T23:11:24.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T13:24:54.000Z (8 months ago)
- Last Synced: 2025-03-31T17:02:57.679Z (7 months ago)
- Topics: python, stock, stock-market, streamlit, yfinance
- Language: Python
- Homepage: https://share.streamlit.io/nfaltir/streamlit-stock-report/main/app.py
- Size: 117 MB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Bloomberg Terminal 🚀
Run app locally
-----------------
```python
pip3 install -r requirements.txt
streamlit run app.py
```
Features
-----------------
1. Enter stock ticker
2. A report is automatically generated
Use Case
--------------
Researching stock should be simplified. Aggregating, cleaning, and compling information can be a time
consuming task. This application aims to simplify this process, which allows the analyst to focus on what's critical,
before investing resources on a much comprehensive report.
Upcoming Features
--------------------
1. Allow app to compare target stock with peers in respective sectors
2. Add more styling, theming 🎨
3. Generate a stock recommendation score for user
4. Industry ranking
Common Issues
----------------------
Application will break, if user enters an invalid ticker symbol.
Stock General Info

Stock price and volume charts


Figure D

VISIT 👉 Demo Site