Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.58 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.58 KB

Stock Comparison Guide

screen-capture.webm

About

The Stock Comparison Dashboard graphs cumulative and relative returns of over 9000 stocks listed on the NYSE (such as ORCL and JPM) and NASDAQ (such as AAPL and META), along with select currency and cryptocurrency exchange rates (such as BTC-USD and GBP-USD), to view and compare their performance over a selected time.

Usage

Visit the website to use the web app. Select the stocks/currencies/cryptocurrencies, start date, and end date. Then, the graphs of their relative and cumulative returns are displayed below.

Installation for Contributing

Install pip

sudo apt-get install python3-pip

Install Dependencies

  • Pandas
pip install pandas
  • Streamlit
pip install streamlit
  • Yfinance
pip install yfinance

Clone the Repository

git clone [email protected]:kharnoor/stock-comparison-dashboard.git

Change the Current Working Directory to the Repository and Run the Program to View Edits

cd stock-comparison-dashboard/
streamlit run dashboard.py

License

This project is licensed under the terms of the MIT License.