Syntax
| FinRate(NPer,Pmt,Pv,Fv,Due,Guess)
| ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Returns the rate of interest for each period of an annuity.
An annuity is a series of fixed payments made to an insurance company or other investment company over a period of time. Examples of annuities are mortgages and monthly savings plans.
Positive numbers represent cash received, whereas negative values represent cash paid out.
The value of Rate is found by iteration. It starts with the value of Guess and cycles through the calculation adjusting Guess until the result is accurate within 0.00001 percent. After 20 tries, if a result cannot be found, Rate fails, and the user must pick a better guess.
| ||||||||||||
See Also
| |||||||||||||
Example
|
|