You can view my entire project in my github repository:
Trading212DesktopApp
Description
This is my attempt to create a desktop application to see how my investments are doing. I started this project because I didn’t like that whenever I logged in from the desktop the app on my phone would kick me out.
This is a more interactive version of Python Portfolio Tracker which can also be found in my github: Trading212Portfolio.
How it works
You provide the program with your orders csv (instructions on how to download the orders csv) and it gets the current stock prices, calculates your returns and shows everything clearly without having to log in to the Trading 212 website.
Image example of program output
When you hover over a slice of the donut chart it shows you the stock ticker, the current value of this investment and the percentage of your portfolio it occupies. Click on any any ticker in the legend under the chart to remove it or add it back in the chart.