sinikoding

Loan Installment Simulator

Monthly instalment and total interest for a loan, annuity or flat rate.

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

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

Create account