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

https://github.com/tyleradammartinez/sig-dashboard-application

UNT SIG (Student Investment Group): The SIG Dashboard Application that Logan's 2021 Team (Svenn Mivedor and I) created 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.
https://github.com/tyleradammartinez/sig-dashboard-application

dash-bootstrap-components python-dashboard python-rich python3 student-investment-group yfinance-api

Last synced: 3 months ago
JSON representation

UNT SIG (Student Investment Group): The SIG Dashboard Application that Logan's 2021 Team (Svenn Mivedor and I) created 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.

Awesome Lists containing this project

README

        

#

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
* **[yfinance](https://pypi.org/project/yfinance/ "pypi yfinance Project Page")** | *Market data*

## Gallery of SIG Application

### Stylized Terminal

#### Unit Testings
![Stylized Terminal](Gallery/Stylized%20Terminal.png)

### Front End

#### Candlesticks Plot
![Candlesticks Plot](Gallery/SIG-Application(Front-End)-Candlesticks-Plot.png)

#### Stats Plot
![Stats Plot](Gallery/SIG-Application(Front-End)-Stats-Plot.png)

#### Volume Plot
![Volume Plot](Gallery/SIG-Application(Front-End)-Volume-Plot.png)

#### Stats Table
![Stats Table](Gallery/SIG-Application(Front-End)-Stats-Table.png)

##### README.md last updated April 11, 2021