{"id":22276948,"url":"https://github.com/tyleradammartinez/sig-dashboard-application","last_synced_at":"2025-03-25T17:44:07.346Z","repository":{"id":114505317,"uuid":"350493389","full_name":"TylerAdamMartinez/SIG-Dashboard-Application","owner":"TylerAdamMartinez","description":"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.","archived":false,"fork":false,"pushed_at":"2022-01-19T21:48:58.000Z","size":724,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-30T15:41:02.872Z","etag":null,"topics":["dash-bootstrap-components","python-dashboard","python-rich","python3","student-investment-group","yfinance-api"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TylerAdamMartinez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-03-22T21:22:57.000Z","updated_at":"2024-05-27T10:56:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3a6405a-91c0-4bd1-9621-54d9a841627b","html_url":"https://github.com/TylerAdamMartinez/SIG-Dashboard-Application","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerAdamMartinez%2FSIG-Dashboard-Application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerAdamMartinez%2FSIG-Dashboard-Application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerAdamMartinez%2FSIG-Dashboard-Application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TylerAdamMartinez%2FSIG-Dashboard-Application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TylerAdamMartinez","download_url":"https://codeload.github.com/TylerAdamMartinez/SIG-Dashboard-Application/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245512468,"owners_count":20627593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dash-bootstrap-components","python-dashboard","python-rich","python3","student-investment-group","yfinance-api"],"created_at":"2024-12-03T14:16:45.222Z","updated_at":"2025-03-25T17:44:07.341Z","avatar_url":"https://github.com/TylerAdamMartinez.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cp align=\"center\"\u003e SIG Dashboard Application\n\n\u003cp align=\"center\" style=\"display: flex;\" \u003e\n\u003cimg src=\"https://visitor-badge.glitch.me/badge?page_id=tyleradammartinez.SIG-Dashboard-Application\" /\u003e\n\u003cimg src=\"https://img.shields.io/npm/l/express\" /\u003e\n\u003cimg alt=\"GitHub code size in bytes\" src=\"https://img.shields.io/github/languages/code-size/tyleradammartinez/SIG-Dashboard-Application\" /\u003e\n\u003c/p\u003e\n\nThis repository contains the code base for the SIG Dashboard Application that Logan's 2021 Team ( \u003ca alt=\"Svenn Mivedor's Github profile\" href=\"https://github.com/svennm\"\u003eSvenn Mivedor\u003c/a\u003e, and \u003ca alt=\"Tyler Adam Martinez Github profile\" href=\"https://github.com/TylerAdamMartinez\"\u003eI\u003c/a\u003e ) 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.\n\n### Ideal for Future Development by future SIG junior analysts\n\n1. Clean Code \n2. Test Driven Development\n3. Free Open-Source Software\n\n#### Current Versions\n* Python 3.9.1\n\n## Required Python Libaraies\n\n### CALCULATIONS\n`pip3 install matplotlib` \u003cbr\u003e\n`pip3 install plotly` \u003cbr\u003e\n`pip3 install numpy` \u003cbr\u003e\n`pip3 install pandas` \u003cbr\u003e\n\n### BACKEND (APIs)\n`pip3 install yfinance` \u003cbr\u003e\n\n### FRONTEND\n`pip3 install rich` \u003cbr\u003e\n`pip3 install dash` \u003cbr\u003e\n`pip3 install dash-bootstrap-components` \u003cbr\u003e\n\n\n## Graphly display data about Cryptocurrencies and Stocks\n### Graphic Interfaces\n* **Rich** | *Stylized Terminal* \n* **Dash** | *Web GUI*\n* **Matplotlib** pyplot | *Graphs*\n* **Plotly** graph_objects | *Plots*\n### APIs\n* **[yfinance](https://pypi.org/project/yfinance/ \"pypi yfinance Project Page\")** | *Market data*\n\n\n## Gallery of SIG Application\n\n### Stylized Terminal\n\n#### Unit Testings\n![Stylized Terminal](Gallery/Stylized%20Terminal.png)\n\n### Front End \n\n#### Candlesticks Plot\n![Candlesticks Plot](Gallery/SIG-Application(Front-End)-Candlesticks-Plot.png)\n\n#### Stats Plot\n![Stats Plot](Gallery/SIG-Application(Front-End)-Stats-Plot.png)\n\n#### Volume Plot\n![Volume Plot](Gallery/SIG-Application(Front-End)-Volume-Plot.png)\n\n#### Stats Table\n![Stats Table](Gallery/SIG-Application(Front-End)-Stats-Table.png)\n\n##### README.md last updated April 11, 2021\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyleradammartinez%2Fsig-dashboard-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftyleradammartinez%2Fsig-dashboard-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftyleradammartinez%2Fsig-dashboard-application/lists"}