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

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.

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
app demo



Stock price and volume charts
app demo





app demo




Figure D
app demo



VISIT 👉 Demo Site