Calculate your loan's Equated Monthly Installment (EMI), total interest payable, and total loan payback amount instantly.
| Month | Principal Paid | Interest Paid | Remaining Balance |
|---|---|---|---|
| Month {{ item.month }} | {{ getCurrencySymbol(emiCurrency) }}{{ formatCurrencySelected(item.principalPaid, emiCurrency) }} | {{ getCurrencySymbol(emiCurrency) }}{{ formatCurrencySelected(item.interestPaid, emiCurrency) }} | {{ getCurrencySymbol(emiCurrency) }}{{ formatCurrencySelected(item.balance, emiCurrency) }} |
{{ t.description }}