PV

The PV function returns the present value of an investment based on periodic, constant payments and a constant interest rate.

Syntax

PV (Rate, Nper, Pmt?, FV, Type?) - > Number

Arguments

Example

Consider a Loan of $20000 for which interest payments are made at the end of each year for 6 years. The objective is to calculate the present value where the interest rate is 7%.

To achieve this, the following formula should be written in the [Present Value] node:

PV ([Interest Rate], [Number of Periods], [Payments Made],0,0)

Result

Last updated