Skip to main content
POST
Calculate Extended IRR (XIRR)

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
cashflows
number[]
required

Array of cash flows (negative for outflows, positive for inflows)

Example:
dates
number[]
required

Array of dates as year fractions from the first date

Example:
guess
number
default:0.1

Initial guess for the XIRR solver

Example:

0.1

Response

Successful Response

success
boolean
Example:

true

data
object