Loan amortizations
Last updated
Was this helpful?
Last updated
Was this helpful?
Authentication: endpoints listed in this page require with a user token.
GET
https://{domain}.biapi.pro/2.0/users/{userId}/amortizations
List loan amortizations related to a user.
userId*
Integer or "me"
ID of the related user.
Response body: #marketorderslist-object
loanamortizations
List of loan amortizations.
id_account
ID of the related account.
payment_date
Date of the payment.
amortization_amount
Amount of the amortization.
interest_amount
Amount of the loan's interest.
insurance_amount
Amount of the loan's insurance.
total_payment_amount
Amount of the total due payment.
remaining_capital
Remaining capital to be refunded.
period
Period covered by amortization. Should be monthly (YYYY_MM) or annual (YYYY).
calculated
List of properties of this response that has been calculated rather than directly obtained from the source.
deleted
Deletion date for amortizations that no longer exist (null
if still present).
last_update
Date of the last synchronization of the investment.
currency
String
value
Decimal or null
Amount value. Rounded to two decimal places.
Array of objects
of the analyzed accounts. EUR only.