Loan Calculator
Last updated: 2026-08-24
Loan Calculator — Calculate loan payments.
Inputs
Result
Enter values and press Calculate
Was this helpful?
How to use it
- {'step': 1, 'description': 'Convert annual interest rate to monthly', 'calculation': '6.75% ÷ 12 ÷ 100 = 0.005625'}
- {'step': 2, 'description': 'Identify number of monthly payments', 'calculation': '36 months'}
- {'step': 3, 'description': 'Calculate payment using annuity formula', 'calculation': '€15,750 × [0.005625(1.005625)^36] ÷ [(1.005625)^36 - 1] = €484.92'}
- {'step': 4, 'description': 'Calculate total interest paid', 'calculation': '(€484.92 × 36) - €15,750 = €1,707.12'}
Common mistakes
- ⚠️ Confusing annual interest rate with monthly rate in calculations
- ⚠️ Not considering early repayment penalti is that may apply
- ⚠️ Overlooking the total cost of borrowing beyond monthly payments
Worked example
Calculate monthly payment for 10,000 EUR at 5% for 5 years.
The cuota_mensual of {cuota_mensual} is your fixed monthly loan payment. You will pay {total_intereses} in interest over the life of the loan.
Input guide
| Field | Typical range |
|---|---|
| capital | €1,000 - €100,000 typical loan amounts |
| plazo_meses | 12-84 months common terms |
| interes_anual_pct | 3-15% personal loan rates |