Build a custom website using an API that you find interesting
View the official repository here: https://github.com/hschickdevs/Rebsamen-Portfolio-Analytics
Using the skills that I've learned in the course, I was able to build a dashboard that tracks the holdings and performance of the student managed investment portfolio at my college.
This web application was built completely with Python (no coding in HTML, JS, or CSS). In order to accomplish this, I used the following Python packages:
Streamlitframework to simplify the process of building a web data dashboard.Pandasto view and manipulate the data.
In order to pull stock data, I connected to the Finnhub API.
