Convert ING Bank Statement to JSON
ING Netherlands statement PDFs are available via Mijn ING online banking. Personal and business account formats are fully supported. Download a clean .json file — no signup required.
Loading converter...
Secure Financial Data Processing
ING Statement Conversion
ING 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 $ING 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 ING Statements?
JSON output structures each ING transaction as a flat object: date, description, debit, credit, balance, and currency (EUR). Consistent field names across all 23 banks — your parser works without modification when switching between banks.
ING PDF Format Notes
ING PDFs use Af (debit) and Bij (credit) indicators alongside EUR amounts. MintConvert maps these Dutch labels to standard Debit and Credit columns in the output.
Example Output
[
{
"date": "2024-03-15",
"description": "ING ATM Withdrawal",
"debit": 2000,
"credit": null,
"balance": 48500,
"currency": "EUR"
},
{
"date": "2024-03-18",
"description": "Salary Credit",
"debit": null,
"credit": 75000,
"balance": 123500,
"currency": "EUR"
}
]How It Works
Download ING PDF
Log in to Mijn ING → Rekeningen → Afschriften → Kies periode → Download als PDF.
Upload to MintConvert
Drag and drop your ING PDF. MintConvert auto-detects the format and processes all pages.
Download .JSON
Clean file in under 30 seconds — Date, Description, Debit (EUR), Credit, Balance.
Why MintConvert
- Zero setup — ING PDFs parsed automatically — no template configuration.
- EUR preserved — All amounts stay in EUR 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 ING statements convert in under 30 seconds.
- Netherlands context — In the Netherlands, bank statements (afschriften) are required for BTW (VAT) returns, aangifte inkomstenbelasting (income tax), and as supporting documents for accountants and the Belastingdienst (Tax Authority).
Frequently Asked Questions
What JSON schema does the ING output follow?
One row per transaction — Date, Description, Debit (EUR), Credit (EUR), 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 ING statement as a PDF?
Log in to Mijn ING → Rekeningen → Afschriften → Kies periode → Download als PDF.
Does MintConvert handle ING's PDF format correctly?
ING PDFs use Af (debit) and Bij (credit) indicators alongside EUR amounts. MintConvert maps these Dutch labels to standard Debit and Credit columns in the output.
How long does ING PDF to JSON conversion take?
Under 30 seconds for most ING statements. Multi-month statements (100+ pages) may take up to 60 seconds.
Does this work for ING Betaalrekening, Zakelijke Rekening, and Oranje Spaarrekening?
Yes — MintConvert works with ING Betaalrekening, Zakelijke Rekening, and Oranje Spaarrekening. The PDF format is consistent across account types.
Is EUR formatting preserved in the JSON output?
Yes — all EUR amounts output as numeric values (no currency symbols) so they import correctly into accounting software.
Is my ING data safe?
Your ING PDF is processed in-memory only — never stored. Deleted immediately after conversion. Download link expires after 24 hours.
What if the ING PDF is password-protected?
ING Netherlands statement PDFs are available via Mijn ING online banking. Personal and business account formats are fully supported.
Is this useful for BTW reconciliation, Belastingdienst filing, and Exact Online import?
Yes — In the Netherlands, bank statements (afschriften) are required for BTW (VAT) returns, aangifte inkomstenbelasting (income tax), and as supporting documents for accountants and the Belastingdienst (Tax Authority).
Other Netherlands Banks