MadeInPierre / finalynx

A minimalistic companion (CLI & web) to organize your investment portfolio, simulate its future, and reach your life goals.
https://finalynx.readthedocs.io
GNU General Public License v3.0
65 stars 13 forks source link

Support for loans and credit_accounts #58

Closed Varal7 closed 1 year ago

Varal7 commented 1 year ago

Those correspond to

https://api.finary.com/users/me/views/loans

and

https://api.finary.com/users/me/views/credit_accounts

The latter is not yet supported by finary_api, cf https://github.com/lasconic/finary/pull/68

It was not super obvious what structure finary is using to represent the data.

MadeInPierre commented 1 year ago

This would be a perfect issue for a PR :smile: Thanks for your feedback!