RATE

returns interest rate per period · from excel · excel: not yet compared · sheets: not yet compared

signature

RATE(nper, pmt, pv, [fv], [type], [guess])

returns: number

argumentrequired
nper required
pmt required
pv required
fv optional
type optional
guess optional

examples

formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.

fx =RATE(360, -536.82, 100000) 0.00416664453635995

errors

error values observed from the engine — each with a call that produces it.

errorproduced by
#NUM! =RATE(2, 2, 2)

related

  • ACCRINT accrued interest for a security paying periodic interest
  • ACCRINTM accrued interest for a security paying at maturity
  • AMORDEGRC depreciation per period, French accounting, degressive
  • AMORLINC depreciation per period, French accounting, linear
  • COUPDAYBS days from coupon period start to settlement
  • COUPDAYS days in the coupon period containing settlement