| Financial Toolbox | Search  Help Desk |
| effrr | Examples See Also |
Syntax
r = effrr(apr, per)
Arguments
aprperDescription
r = effrr(apr, per)
calculates the annual effective rate of return. Compounding continuously returns r equivalent to (e^apr-1).
Example
Find the effective annual rate of return based on an annual percentage rate of 9% compounded monthly.r = effrr(0.09, 12)returns
r =
0.0938 or 9.38%
See Also
nomrr