This is a Python application that displays live data of E-Trade and Coinbase portfolios using the platforms’ respective APIs. The data is presented in the system tray and indicates the following information:
The present exchange rates for each cryptocurrency holding, along with the day’s performance measured in %gain(loss) relative to USD
The present market value for each security holding, along with the day’s performance measured in %gain(loss)
To-Do List:
Integrate E-Trade API
Integrate Coinbase API
Standardize API integration for simpler aggregation
Restructure project to improve extensibility
Implement less error-prone mechanism to store config data