ReferenceFunctionsFinancial Functions
ISPMT
ISPMT: Returns the interest paid on the outstanding principal for a specific period of an investment with even principal payments. Calculates interest paid in a per…
Summary
Unlike IPMT, ISPMT assumes the principal is repaid in equal installments
so the interest portion decreases linearly over the life of the loan.
Remarks
rateis the interest rate per period.peris 0-based period number (0 tonper - 1).nperis the total number of payment periods; must be non-zero.pvis the present value (principal).- Formula:
pv * rate * (per / nper - 1). - The result is typically negative for a positive loan principal, representing interest paid.
- Returns
#NUM!whennperis zero.
Examples
Interest in the first period
Grid
| Cell | Value | |
|---|---|---|
| No inputs on Sheet1. | ||
Formula
=
Result
Not evaluated yet.
Expected
-479.1666666666667
Related functions
FAQ
How is ISPMT different from IPMT?
ISPMT assumes equal principal repayment, so interest declines linearly instead of following an annuity schedule.
Runtime metadata
Category
Financial
Signature
ISPMT(arg1: Number, arg2: Number, arg3: Number, arg4: Number)Arity
min 4, max 4
Arguments
arg1Number · Scalar · coercion NumberLenientText
arg2Number · Scalar · coercion NumberLenientText
arg3Number · Scalar · coercion NumberLenientText
arg4Number · Scalar · coercion NumberLenientText
Caps
PURE
Source