Smart EMI Calculator

Plan your loan repayments instantly โ€” home, car, personal or business.

โ‚จ
Loan Details
โ‚จ
โ‚จ10Kโ‚จ10Cr
%
0.1%36%
Yr
1 yr30 yrs
๐Ÿ“Š
Results
๐Ÿฆ

Enter your loan details and tap Calculate EMI

Monthly EMI
โ€”
per month
Principal
โ€”
Total Interest
โ€”
Total Amount Payable
โ€”
Interest โ€”
Principal Amount
โ€”
Total Interest
โ€”
'); w.document.close(); setTimeout(function() { w.focus(); w.print(); }, 400); };// โ”€โ”€ EXCEL โ”€โ”€ window.emiDownloadExcel = function() { var d = emiGetCalcData(); var rows = emiBuildAmortRows(d); var csv = 'EMI Calculation Report โ€” WaliKhanKaKaro.com\n\n'; csv += 'Loan Amount,' + emiCurrCode + ' ' + Math.round(d.P) + '\n'; csv += 'Annual Interest Rate,' + d.annualRate + '%\n'; csv += 'Loan Tenure,' + d.years + ' Years\n'; csv += 'Monthly EMI,' + emiCurrCode + ' ' + Math.round(d.emi) + '\n'; csv += 'Total Interest,' + emiCurrCode + ' ' + Math.round(d.totalInt) + '\n'; csv += 'Total Payable,' + emiCurrCode + ' ' + Math.round(d.totalPay) + '\n\n'; csv += 'Month,EMI (' + emiCurrCode + '),Principal,Interest,Balance\n'; rows.forEach(function(r) { csv += r.month + ',' + r.emi + ',' + r.principal + ',' + r.interest + ',' + r.balance + '\n'; }); var blob = new Blob([csv], { type: 'text/csv;charset=utf-8;' }); var a = document.createElement('a'); a.href = URL.createObjectURL(blob); a.download = 'EMI_Report_WaliKhanKaKaro.csv'; a.click(); };// โ”€โ”€ WORD โ”€โ”€ window.emiDownloadWord = function() { var d = emiGetCalcData(); var rows = emiBuildAmortRows(d); var tableRows = rows.map(function(r) { return '' + r.month + '' + emiCurrSymbol + r.emi.toLocaleString() + '' + emiCurrSymbol + r.principal.toLocaleString() + '' + emiCurrSymbol + r.interest.toLocaleString() + '' + emiCurrSymbol + r.balance.toLocaleString() + ''; }).join(''); var html = "EMI Report

EMI Calculation Report

Generated by WaliKhanKaKaro.com

Monthly EMI" + emiFmt(d.emi) + "Loan Amount" + emiFmt(d.P) + "
Interest Rate" + d.annualRate + "% p.a.Tenure" + d.years + " Years
Total Interest" + emiFmt(d.totalInt) + "Total Payable" + emiFmt(d.totalPay) + "

Amortization Schedule

" + tableRows + "
MonthEMI (" + emiCurrCode + ")PrincipalInterestBalance

WaliKhanKaKaro.com

"; var blob = new Blob(['\ufeff', html], { type: 'application/msword' }); var a = document.createElement('a'); a.href = URL.createObjectURL(blob); a.download = 'EMI_Report_WaliKhanKaKaro.doc'; a.click(); };// โ”€โ”€ SHARE โ”€โ”€ window.emiShareLink = function() { var P = document.getElementById('emi_principal').value; var rate = document.getElementById('emi_rate').value; var ten = document.getElementById('emi_tenure').value; var curr = encodeURIComponent(document.getElementById('emi_currencySelect').value); var url = 'https://walikhankakaro.com/emi-calculator/?p=' + P + '&r=' + rate + '&t=' + ten + '&c=' + curr; if (navigator.clipboard) { navigator.clipboard.writeText(url).then(function() { var msg = document.getElementById('emi_shareMsg'); msg.style.display = 'block'; setTimeout(function() { msg.style.display = 'none'; }, 3000); }); } else { prompt('Copy this link:', url); } };// Auto-calculate on load emiCalculate(); })();
Scroll to Top