New · File-based reconciliation

From two files to reconciliation results in minutes

Upload your ERP export and bank statement. Reconcio automatically matches columns, runs the comparison, and gives you a convergence score and diff file — no Excel, no formulas.

Free plan included. No credit card required.

4,847 rows matched
Reconciliation result Completed
Convergence score
85.3%
Matched
4,847
Mismatched
312
Missing in A
89
Missing in B
44
Run completed in 42s

Five steps, twenty minutes

No setup, no integrations, no IT ticket. Just upload your files and run.

01
Upload
Upload File A and File B. CSV or Excel, any structure.
02
Auto-map
Reconcio suggests column mapping based on names and data patterns.
03
Configure
Set join keys and comparison rules. Adjust or accept suggestions.
04
Run
One click. Results in seconds for files up to 100K rows.
05
Review
See convergence score, drill into discrepancies, download the diff.

Built for real reconciliation work

Automatic column mapping
The system analyses column names, types and value patterns to suggest how your files should be matched. Usually right the first time.
🎯
Convergence score
A single number telling you what percentage of records match perfectly. Trend it over time to track data quality across reconciliation cycles.
📥
Downloadable diff file
Every non-matching row in one CSV, labelled and ready to share with whoever needs to investigate. No extra formatting required.
📋
Reusable templates
Save column mapping configurations as templates. Run recurring reconciliations — same supplier, same format — in under 5 minutes.
🔒
Full audit trail
Every run is logged: which files were used, what configuration was applied, when it was run, and what the results were. Auditor-ready.
🔌
REST API
Integrate Reconcio into your workflows. Upload files, trigger reconciliations, and retrieve results programmatically via authenticated API.

Simple, predictable pricing

Start free. Upgrade when you need more runs or larger files.

Base
$0 / month
For individuals and small teams getting started.
  • 10 reconciliation runs / month
  • Up to 10 saved results
  • Files up to 10 MB
  • CSV and Excel support
  • API access
  • Templates
Start free
Enterprise
Custom
For larger teams with custom volume, SLA, and integration needs.
  • Unlimited runs
  • Unlimited storage
  • No file size limit
  • Dedicated support
  • SLA guarantee
  • Custom onboarding
Contact sales

Integrate reconciliation into your workflow

A clean REST API lets you automate reconciliations, trigger runs from your own systems, and retrieve results programmatically.

📤
Upload files
POST your CSV or Excel files directly via multipart form upload.
▶️
Trigger runs
Configure column mapping and kick off reconciliation runs programmatically.
📊
Retrieve results
Poll for status or retrieve results and diff files once a run completes.
Read the docs ->
# Upload files
POST /dashboard-api/v1/reconciliations/prepare
Content-Type: multipart/form-data
Authorization: Bearer <token>

# Run reconciliation
POST /dashboard-api/v1/reconciliations/{id}/run
{
  "final_columns": [
    {
      "file_a_column": "InvoiceId",
      "file_b_column": "invoice_id",
      "is_join_key": true
    },
    {
      "file_a_column": "Amount",
      "file_b_column": "total",
      "is_join_key": false,
      "condition": "EQ"
    }
  ]
}

# Get result
GET /dashboard-api/v1/reconciliations/{id}
→ convergence: 0.853, matched: 4847

# Download diff
GET /dashboard-api/v1/reconciliations/{id}/diff

Ready to stop spending Mondays on spreadsheets?

Set up your first reconciliation in under 5 minutes. Free plan, no credit card.

Start free → Talk to us