fv(rate, nper, pmt, pv[, when])
fv
Compute the future value.
pv(rate, nper, pmt[, fv, when])
pv
Compute the present value.
npv(rate, values)
npv
Returns the NPV (Net Present Value) of a cash flow series.
pmt(rate, nper, pv[, fv, when])
pmt
Compute the payment against loan principal plus interest.
ppmt(rate, per, nper, pv[, fv, when])
ppmt
Compute the payment against loan principal.
ipmt(rate, per, nper, pv[, fv, when])
ipmt
Compute the interest portion of a payment.
irr(values)
irr
Return the Internal Rate of Return (IRR).
mirr(values, finance_rate, reinvest_rate)
mirr
Modified internal rate of return.
nper(rate, pmt, pv[, fv, when])
nper
Compute the number of periodic payments.
rate(nper, pmt, pv, fv[, when, guess, tol, …])
rate
Compute the rate of interest per period.