项目作者: tmwalter98

项目描述 :
Application that displays live stock and cryptocurrency information from E-Trade and Coinbase.
高级语言: Python
项目地址: git://github.com/tmwalter98/finance-ticker.git
创建时间: 2021-02-26T13:08:11Z
项目社区:https://github.com/tmwalter98/finance-ticker

开源协议:

下载


Finance Ticker

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
  • [X] Store credentials securely