ToolAssay

Compute XIRR and MOIC from irregular cash flows with exact dates

Compute XIRR and MOIC from irregular cash flows with exact dates. Standard for private equity, real estate, and venture return calculations.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1136 msmedian answer time
$0.25listed price per call
$0.25price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://financial-analyst.ai/xirr/compute

CategoryEverything else
Provider hostfinancial-analyst.ai
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.25 1136 ms

Example input (from the provider)

{
  "body": {
    "cash_flows": [
      {
        "amount": -5000000,
        "date": "2021-03-01"
      },
      {
        "amount": 8500000,
        "date": "2024-09-01"
      }
    ]
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "type": "object"
}

This page as JSON