Skip to content

Latest commit

 

History

History
69 lines (47 loc) · 2.25 KB

README.md

File metadata and controls

69 lines (47 loc) · 2.25 KB

SIG Dashboard Application

GitHub code size in bytes

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.

Ideal for Future Development by future SIG junior analysts

  1. Clean Code
  2. Test Driven Development
  3. Free Open-Source Software

Current Versions

  • Python 3.9.1

Required Python Libaraies

CALCULATIONS

pip3 install matplotlib
pip3 install plotly
pip3 install numpy
pip3 install pandas

BACKEND (APIs)

pip3 install yfinance

FRONTEND

pip3 install rich
pip3 install dash
pip3 install dash-bootstrap-components

Graphly display data about Cryptocurrencies and Stocks

Graphic Interfaces

  • Rich | Stylized Terminal
  • Dash | Web GUI
  • Matplotlib pyplot | Graphs
  • Plotly graph_objects | Plots

APIs

Gallery of SIG Application

Stylized Terminal

Unit Testings

Stylized Terminal

Front End

Candlesticks Plot

Candlesticks Plot

Stats Plot

Stats Plot

Volume Plot

Volume Plot

Stats Table

Stats Table

README.md last updated April 11, 2021