Amortization

This endpoint calculates and returns the amortization schedule for a loan based on the provided loan details. The amortization schedule breaks down each payment into principal and interest components over the life of the loan. APR and periodic_payment are also calculated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
float
required

Loan Amount, this is the loan amount with two decimal points, for example 10000.12

float

Application Fee. Will use 0 if empty

float
required

Loan Interest Rate in percentage. If interest rate is 12.50%, you shall enter 12.50

int32
required

The number of term per the term_frequency below

string
required

Can be ‘monthly', 'semi-monthly', 'bi-weekly', 'weekly', 'quarterly’

string

Optional. Fund disbursement date, date format yyyy-MM-dd

string

Optional. First payment date, date format yyyy-MM-dd

Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json