Principal Interest Loan Calculator

by Joseph Cowdell

Enter your values to see your monthly payment, and grand total, and interest paid.

Monthly Payment

${{ loan.payment }}

Grand Total

${{ loan.total }}

Total Interest

${{ loan.totalInterest }}

Maximum Loan Amount

${{ loan.maxLoan }}

Formula

principal ( 1 + interest / compounded ) compounded * time = payment [ ( 1 + interest / compounded ) compounded * time - 1 ] / interest / compounded

{{ loan.principal }} ( 1 + {{ loan.interest }} / {{ loan.compoundingEvery }} ) {{ loan.compoundingEvery }} * {{ loan.timeYears }} = payment [ ( 1 + {{ loan.interest }} / {{ loan.compoundingEvery }} ) {{ loan.compoundingEvery }} * {{ loan.timeYears }} - 1 ] / {{ loan.interest }} / {{ loan.compoundingEvery }}
{{ loan.l }} = payment( {{ loan.r }} )
{{ loan.payment }} = payment