This repository contains the code base for the SIG Dashboard Application that Logan's 2021 Team ( Svenn Mivedor, and I ) created that takes any stock and/or cryptocurrency ticker symbol and will give you back historical statically data about the inputed ticker symbol across any length of time of your choosing. The program was designed for our peers in the SIG junior analyst program.
- Clean Code
- Test Driven Development
- Free Open-Source Software
- Python 3.9.1
pip3 install matplotlib
pip3 install plotly
pip3 install numpy
pip3 install pandas
pip3 install yfinance
pip3 install rich
pip3 install dash
pip3 install dash-bootstrap-components
- Rich | Stylized Terminal
- Dash | Web GUI
- Matplotlib pyplot | Graphs
- Plotly graph_objects | Plots
- yfinance | Market data