Skip to main content

IPMT

Definition

Calculates the payment on interest for an investment based on constant-amount periodic payments and a constant interest rate.

Sample Usage

Syntax

IPMT(rate, period, number_of_periods, present_value, [future_value, end_or_beginning])

  • rate - The interest rate.

  • period - The amortization period, in terms of number of periods.

    • period must be at least 1 and at most number_of_periods.
  • number_of_periods - The number of payments to be made.

  • present_value - The current value of the annuity.

  • future_value - [ OPTIONAL ] - The future value remaining after the final payment has been made.

  • end_or_beginning - [ OPTIONAL - 0 by default ] - Whether payments are due at the end (0) or beginning (1) of each period.

Notes

  • Ensure that consistent units are used for rate and number_of_periods. For example, a car loan for 36 months may be paid monthly, in which case the annual percentage rate should be divided by 12 and the number of payments is 36. On the other hand, a different type of loan of the same length might be paid quarterly, in which case the annual percentage rate should be divided by 4 and the number of payments would be 12.

See Also

PV: Calculates the present value of an annuity investment based on constant-amount periodic payments and a constant interest rate.

PMT: Calculates the periodic payment for an annuity investment based on constant-amount periodic payments and a constant interest rate.

PPMT: Calculates the payment on the principal of an investment based on constant-amount periodic payments and a constant interest rate.

NPER: Calculates the number of payment periods for an investment based on constant-amount periodic payments and a constant interest rate.

FVSCHEDULE: Calculates the future value of some principal based on a specified series of potentially varying interest rates.

FV: Calculates the future value of an annuity investment based on constant-amount periodic payments and a constant interest rate.

 

In order to use the IPMT formula, start with your edited Excellentable:

 

 

 

 

A
B
1
interest_rate
3.50%
2
period
3
3
NPER
30
4
PV
25000
5
FV
30000
6
type
7
8
IPMT
-71.2060922

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.