Calculate Equated Monthly Instalment for any loan.
Related Tools
Input
{ "principal": 800000, "annualRatePercent": 9, "tenureMonths": 60 }
Output
{ "emi": 16606.68, "totalAmount": 996400.8, "totalInterest": 196400.8, "monthlyRate": 0.0075 }