Creditcrest Statement API

Read a bank statement from your own program.

$1.50 a statement. Enrich on its own is $4.00 per 1,000 transactions, less at volume.

A monthly income figure traced back to the salary transactions behind it.
96.7%precision: right when it answers
72.5%coverage: the share it answers; it declines the rest
81.3%F1, the two together
963transactions it never saw, 27 September 2026. Every category →

One call

A statement in, every figure with its transactions out.

  • A sandbox key in one call. No contract, no onboarding.
  • Precision, coverage and F1 published for every category.
  • Nothing you send is kept.
Request
curl -s -X POST https://app.creditcresttechnologies.com.au/v1/statement \
  -H "authorization: Bearer $CREDITCREST_KEY" \
  -H 'content-type: text/csv' \
  --data-binary @statement.csv
Response · 200trimmed
{
  "income": {
    "verifiedMonthly": 5026.67
  },
  "commitments": {
    "monthly": 2150
  },
  "expenses": {
    "monthly": {
      "essential": 3497.94,
      "discretionary": 162.68
    }
  }
}

Reading statements for lenders, brokers or a fintech? Start in the sandbox.