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

https://github.com/nfaltir/multi-stock-compare

🌱 A simple web app that compares stocks and generates chart. Built with Streamlit.
https://github.com/nfaltir/multi-stock-compare

bot charts datascience finance python stocks streamlit streamlit-dashboard

Last synced: 3 months ago
JSON representation

🌱 A simple web app that compares stocks and generates chart. Built with Streamlit.

Awesome Lists containing this project

README

          

Stock Comparison Dashboard
===========================



Closing Price
example-energy


Overview
---------
This is a simple streamlit web application that generates beautiful charts

using yfinance and matplotlib. No HTML, CSS, or JS needed. The streamlit

library will automatically build your python code into a web application, with some neat features.


Features
-----------
1. compare multiple stocks closing prices
2. stock returns
3. trading volume
4. Expand chart window and save chart image
5. 7825 tickers to choose from (some may not work based on the timeframe given)


Setup Config
-------------
1. Create python environment `python3 -m venv env`
2. install packages `pip3 install -r requirements.txt`
3. run app `streamlit run app.py`




Closing Price
example-energy



Returns
example-energy



Volume
example-energy



## App Update (10/22/2022)

added 7825 tickers of stocks, global stocks, etfs, and other various funds. If the tickers you have selected did not work, it means yahoo finance
does not have their data in their database.