XIRR

XIRR(arg1, arg2, arg3) → { number | string | boolean }

Returns the internal rate of return for a schedule of cash flows.

Parameters:

Name Type Description
arg1 any

Is a series of cash flows that correspond to a schedule of payments in dates.

arg2 any

Is a schedule of payment dates that corresponds to the cash flow payments.

arg3 any

Is a number that you guess is close to the result of XIRR.

Returns:

Type
number | string | boolean