Loan Calculator

Loan Details
Amount borrowed must be greater than 0.
Downpayment must be less than property price or less than 100%.
Interest must be between 0 and 200%.
Valid term is between 1 to 50 yrs.
  • Number Of Payments: {{months}}
  • Amount Financed: {{amountFinanced | currency('Ksh ')}}
  • Downpayment Amount: {{downpaymentAmount | currency('Ksh ')}}
  • Loan Interest: {{interestPaid | currency('Ksh ')}}
  • Total Payments: {{totalPayments | currency('Ksh ')}}
  • Loan Payoff Date: {{armotizationData[armotizationData.length-1]?.date}}

Armortization Schedule

Date Payment Begining Balance Interest Principal Ending Balance
{{item.id}} {{item.date}} {{item.payment | currency('Ksh ')}} {{item.begining_balance | currency('Ksh ')}} {{item.interest | currency('Ksh ')}} {{item.principal | currency('Ksh ')}} {{item.ending_balance | currency('Ksh ')}}
Date Payment Begining Balance Interest Principal Ending Balance