Skip to main content
POST
Calculate Internal Rate of Return (IRR)

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:
times
number[]

Optional array of times in years for each cash flow (if not provided, assumes annual periods starting at 0)

Example:
guess
number
default:0.1

Initial guess for the IRR solver

Example:

0.1

Response

Successful Response

success
boolean
Example:

true

data
object