Financial Toolbox | ![]() ![]() |
Syntax
Payment = payper(Rate, NumPeriods, PresentValue, FutureValue, Due)
Description
Payment = payper(Rate, NumPeriods, PresentValue, FutureValue, Due)
returns the periodic payment of a loan or annuity.
Examples
Find the monthly payment for a three-year loan of $9000 with an annual interest rate of 11.75%
Payment = payper(0.1175/12, 36, 9000, 0, 0)returns
Payment=
297.86
See Also
amortize
, fvfix
, payadv
, payodd
, pvfix
![]() | payodd | payuni | ![]() |