rate
Periodic interest rate for an annuity.
Syntax
Section titled “Syntax”v = rate(nper, pmt, pv, fv, type, guess)Description
Section titled “Description”Solves iteratively for the periodic interest rate. guess (default 0.1) is the initial estimate; convergence may fail for ill-conditioned problems.
Example
Section titled “Example”rate(30*12, -1500, 200000) * 12 % annual rate