Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.31 KB

README.md

File metadata and controls

14 lines (10 loc) · 1.31 KB

Investment Hub Server

This is a side project to fetch for data in different investment brokers/banks and aggregate them into a single source of data for personal analysis. This project is the server side that will be used by the InvestmentHubPortal.

Right now the application is running on azure and can be accessed from here.

Integrations

Right now the system is successfully integrated to:

  1. Rico Provider, being able to log in and fetch for the assests on the broker. Rico provider uses a 2 factor authentication, so to fetch data from the provider, is necessary to send a token on the request.
  2. Nubank, being able to get the balance from Nuconta and the value of the credit card debt (Integration was inspired on this repo). Nubank provider uses a 2 factor authentication, so to fetch data from the provider, is necessary to scan a QrCode inside Nubank App before sending the request.

Roadmap

  • Find a way to update providers assets automatically for the providers that use 2 factor authentication. (For nubank its possible to use the certificate authentication like exemplified here).
  • Change and forgot my password endpoits.