RATE

The RATE function returns the interest rate per period of a loan or an investment.

Syntax

RATE (Nper, PMT, PV?, FV?, Type?, Guess?) - > Number

Arguments

Example

Consider a series of $2000 payments made at the end of each month for 1 year. The objective is to calculate the interest rate per month where the present value is $20,000.

To calculate the Interest Rate, the formula should be:

RATE(12,[Payments made],[Present Value],0)

Result

The interest rate is calculated to be 2.92%

Last updated