sinikoding

Loan Amortization Schedule

Month-by-month breakdown of a loan: instalment, principal, interest and balance.

Through the API
curl -X POST https://sinikoding.dev/api/v1/amortization \
  -H 'content-type: application/json' \
  -H 'x-api-key: tk_live_…' \
  -d '{"amount":100000000,"rate":10,"months":12,"method":"annuity"}'

Need loan amortization schedule from your own code? Create a free account to get an API key. This page stays free without one.

Create account