ReferenceFunctionsFinancial Functions
PMT
PMT: Calculates the constant payment amount for a fixed-rate annuity or loan.
Summary
Use this to solve for periodic payment size when rate, term, and present/future value targets are known.
Remarks
rateis the interest rate per payment period (for example, annual rate / 12 for monthly payments).- Cash-flow sign convention: cash paid out is negative and cash received is positive.
type = 0means end-of-period payments;type != 0means beginning-of-period payments.- Returns
#NUM!whennperis zero. - Propagates argument conversion and underlying value errors.
Examples
Example
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
null
Example
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
null
Related functions
FAQ
Why is PMT usually negative for a loan?
TVM sign convention treats cash you pay as negative; with positive pv, payment outputs are typically negative.
Runtime metadata
Category
Financial
Signature
PMT(arg1: Number, arg2: Number, arg3: Number, arg4: Number, arg5…: Number)Arity
min 3, max variadic
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
arg4Number · Scalar · coercion NumberLenientText
arg5Number · Scalar · coercion NumberLenientText
Caps
PURE
Source