Calculate Loan Interest Rate
Find the interest rate of a loan given payments and term.
Inputs
nperTotal number of payment periods.pmtPayment made each period.pvPresent value (loan amount).
Practical Example
=RATE(48, -200, 8000)
RATE(nper, pmt, pv, [fv], [type])
Returns the interest rate per period of an annuity.
Find the interest rate of a loan given payments and term.
nper
Total number of payment periods.pmt
Payment made each period.pv
Present value (loan amount).Disclaimer: While we strive for accuracy, these formulas are provided "as is" without warranty of any kind. Please verify all results before use.