Menu

Tools

Explore

LK · LKR · .JSON

Convert ComBank Bank Statement to JSON

Commercial Bank of Ceylon statement PDFs are downloadable via ComBank Digital Banking. Personal and business account statements are supported. Download a clean .json file — no signup required.

Loading converter...

Secure Financial Data Processing

Commercial Bank of Ceylon Statement Conversion

Commercial Bank of Ceylon bank statements are typically downloaded as PDF files from online banking portals. These PDFs contain transaction tables with dates, descriptions, debit and credit amounts, and balances. MintConvert extracts these transactions from $ComBank statement PDFs and converts them into $JSON format. The resulting file can be used for accounting, financial analysis, or importing into software like $REST APIs, Node.js, Python.

Why .JSON for ComBank Statements?

JSON output structures each Commercial Bank of Ceylon transaction as a flat object: date, description, debit, credit, balance, and currency (LKR). Consistent field names across all 23 banks — your parser works without modification when switching between banks.

ComBank PDF Format Notes

ComBank PDFs use a standard Debit/Credit/Balance layout with LKR amounts. MintConvert maps these directly to standard numeric output columns.

Example Output

[
  {
    "date": "2024-03-15",
    "description": "Commercial Bank of Ceylon ATM Withdrawal",
    "debit": 2000,
    "credit": null,
    "balance": 48500,
    "currency": "LKR"
  },
  {
    "date": "2024-03-18",
    "description": "Salary Credit",
    "debit": null,
    "credit": 75000,
    "balance": 123500,
    "currency": "LKR"
  }
]

How It Works

  1. Download ComBank PDF

    Log in to ComBank Digital Banking → My Accounts → Account Statement → Select period → Download PDF.

  2. Upload to MintConvert

    Drag and drop your Commercial Bank of Ceylon PDF. MintConvert auto-detects the format and processes all pages.

  3. Download .JSON

    Clean file in under 30 seconds — Date, Description, Debit (LKR), Credit, Balance.

Why MintConvert

  • Zero setupCommercial Bank of Ceylon PDFs parsed automatically — no template configuration.
  • LKR preservedAll amounts stay in LKR as numeric values.
  • Multi-pageAll pages extracted into one JSON file.
  • Privacy firstPDF processed in-memory only — deleted immediately after conversion.
  • Instant downloadMost Commercial Bank of Ceylon statements convert in under 30 seconds.
  • Sri Lanka contextIn Sri Lanka, bank statements are required for income tax return filing with the Inland Revenue Department (IRD) and as supporting documents for VAT returns.

Frequently Asked Questions

What JSON schema does the Commercial Bank of Ceylon output follow?

One row per transaction — Date, Description, Debit (LKR), Credit (LKR), and Balance. JSON output can be consumed by any REST API or programming language. Each transaction is a flat object with date, description, debit, credit, balance, and currency fields.

How do I download my Commercial Bank of Ceylon statement as a PDF?

Log in to ComBank Digital Banking → My Accounts → Account Statement → Select period → Download PDF.

Does MintConvert handle Commercial Bank of Ceylon's PDF format correctly?

ComBank PDFs use a standard Debit/Credit/Balance layout with LKR amounts. MintConvert maps these directly to standard numeric output columns.

How long does Commercial Bank of Ceylon PDF to JSON conversion take?

Under 30 seconds for most Commercial Bank of Ceylon statements. Multi-month statements (100+ pages) may take up to 60 seconds.

Does this work for Commercial Bank of Ceylon Savings Account, Current Account, and ComBank Business accounts?

Yes — MintConvert works with Commercial Bank of Ceylon Savings Account, Current Account, and ComBank Business accounts. The PDF format is consistent across account types.

Is LKR formatting preserved in the JSON output?

Yes — all LKR amounts output as numeric values (no currency symbols) so they import correctly into accounting software.

Is my Commercial Bank of Ceylon data safe?

Your Commercial Bank of Ceylon PDF is processed in-memory only — never stored. Deleted immediately after conversion. Download link expires after 24 hours.

What if the Commercial Bank of Ceylon PDF is password-protected?

Commercial Bank of Ceylon statement PDFs are downloadable via ComBank Digital Banking. Personal and business account statements are supported.

Is this useful for IRD income tax filing, Sri Lanka VAT returns, and accounting software import?

Yes — In Sri Lanka, bank statements are required for income tax return filing with the Inland Revenue Department (IRD) and as supporting documents for VAT returns.