Calculate loan repayment schedule, total interest, and monthly EMI.
Related Tools
Input
{ "principal": 5000000, "annualRatePercent": 8.5, "tenureMonths": 240 }
Output
{ "emi": 43391.16, "totalPayment": 10413878.4, "totalInterest": 5413878.4 }