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.
- Host: GitHub
- URL: https://github.com/tyleradammartinez/sig-dashboard-application
- Owner: TylerAdamMartinez
- License: mit
- Created: 2021-03-22T21:22:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-19T21:48:58.000Z (over 3 years ago)
- Last Synced: 2025-01-30T15:41:02.872Z (5 months ago)
- Topics: dash-bootstrap-components, python-dashboard, python-rich, python3, student-investment-group, yfinance-api
- Language: Python
- Homepage:
- Size: 707 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
SIG Dashboard Application
![]()
![]()
![]()
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
### Front End
#### Candlesticks Plot
-Candlesticks-Plot.png)#### Stats Plot
-Stats-Plot.png)#### Volume Plot
-Volume-Plot.png)#### Stats Table
-Stats-Table.png)##### README.md last updated April 11, 2021