Convert ACLEDA Bank Statement to JSON
ACLEDA Bank statement PDFs are downloadable via ACLEDA Unity Online Banking. Statements are primarily in USD. Personal and business statements are supported. Download a clean .json file — no signup required.
Loading converter...
Secure Financial Data Processing
ACLEDA Bank Statement Conversion
ACLEDA Bank 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 $ACLEDA 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 ACLEDA Statements?
JSON output structures each ACLEDA Bank transaction as a flat object: date, description, debit, credit, balance, and currency (USD). Consistent field names across all 23 banks — your parser works without modification when switching between banks.
ACLEDA PDF Format Notes
ACLEDA Bank PDFs use USD as the primary transaction currency alongside KHR. MintConvert outputs the primary currency (USD) in the standard column format.
Example Output
[
{
"date": "2024-03-15",
"description": "ACLEDA Bank ATM Withdrawal",
"debit": 2000,
"credit": null,
"balance": 48500,
"currency": "USD"
},
{
"date": "2024-03-18",
"description": "Salary Credit",
"debit": null,
"credit": 75000,
"balance": 123500,
"currency": "USD"
}
]How It Works
Download ACLEDA PDF
Log in to ACLEDA Unity Online Banking → Accounts → Account Statement → Select period → Download PDF.
Upload to MintConvert
Drag and drop your ACLEDA Bank PDF. MintConvert auto-detects the format and processes all pages.
Download .JSON
Clean file in under 30 seconds — Date, Description, Debit (USD), Credit, Balance.
Why MintConvert
- Zero setup — ACLEDA Bank PDFs parsed automatically — no template configuration.
- USD preserved — All amounts stay in USD as numeric values.
- Multi-page — All pages extracted into one JSON file.
- Privacy first — PDF processed in-memory only — deleted immediately after conversion.
- Instant download — Most ACLEDA Bank statements convert in under 30 seconds.
- Cambodia context — In Cambodia, bank statements are required for income tax return (ToI) filing with the General Department of Taxation (GDT) and as supporting documents for VAT returns.
Frequently Asked Questions
What JSON schema does the ACLEDA Bank output follow?
One row per transaction — Date, Description, Debit (USD), Credit (USD), 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 ACLEDA Bank statement as a PDF?
Log in to ACLEDA Unity Online Banking → Accounts → Account Statement → Select period → Download PDF.
Does MintConvert handle ACLEDA Bank's PDF format correctly?
ACLEDA Bank PDFs use USD as the primary transaction currency alongside KHR. MintConvert outputs the primary currency (USD) in the standard column format.
How long does ACLEDA Bank PDF to JSON conversion take?
Under 30 seconds for most ACLEDA Bank statements. Multi-month statements (100+ pages) may take up to 60 seconds.
Does this work for ACLEDA Bank USD Current Account, Savings Account, and ACLEDA Business accounts?
Yes — MintConvert works with ACLEDA Bank USD Current Account, Savings Account, and ACLEDA Business accounts. The PDF format is consistent across account types.
Is USD formatting preserved in the JSON output?
Yes — all USD amounts output as numeric values (no currency symbols) so they import correctly into accounting software.
Is my ACLEDA Bank data safe?
Your ACLEDA Bank PDF is processed in-memory only — never stored. Deleted immediately after conversion. Download link expires after 24 hours.
What if the ACLEDA Bank PDF is password-protected?
ACLEDA Bank statement PDFs are downloadable via ACLEDA Unity Online Banking. Statements are primarily in USD. Personal and business statements are supported.
Is this useful for GDT ToI filing, Cambodian VAT returns, and QuickBooks import?
Yes — In Cambodia, bank statements are required for income tax return (ToI) filing with the General Department of Taxation (GDT) and as supporting documents for VAT returns.