◈ Toolbox

Loan Calculator

Calculate loan repayment schedule, total interest, and monthly EMI.

loanfinanceemiinterestprincipalamortisation
Examples(1)
Home Loan

Input

{
  "principal": 5000000,
  "annualRatePercent": 8.5,
  "tenureMonths": 240
}

Output

{
  "emi": 43391.16,
  "totalPayment": 10413878.4,
  "totalInterest": 5413878.4
}