Convert Bancolombia Bank Statement to JSON
Bancolombia statement PDFs are downloadable via Bancolombia Online Banking. Personal and business account statements are both supported. Download a clean .json file — no signup required.
Loading converter...
Secure Financial Data Processing
Bancolombia Statement Conversion
Bancolombia 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 $Bancolombia 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 Bancolombia Statements?
JSON output structures each Bancolombia transaction as a flat object: date, description, debit, credit, balance, and currency (COP). Consistent field names across all 23 banks — your parser works without modification when switching between banks.
Bancolombia PDF Format Notes
Bancolombia PDFs use Spanish labels with COP amounts. MintConvert maps Spanish Débito/Crédito/Saldo columns to English output format.
Example Output
[
{
"date": "2024-03-15",
"description": "Bancolombia ATM Withdrawal",
"debit": 2000,
"credit": null,
"balance": 48500,
"currency": "COP"
},
{
"date": "2024-03-18",
"description": "Salary Credit",
"debit": null,
"credit": 75000,
"balance": 123500,
"currency": "COP"
}
]How It Works
Download Bancolombia PDF
Log in to Bancolombia Online Banking → Extractos → Seleccionar cuenta y período → Descargar PDF.
Upload to MintConvert
Drag and drop your Bancolombia PDF. MintConvert auto-detects the format and processes all pages.
Download .JSON
Clean file in under 30 seconds — Date, Description, Debit (COP), Credit, Balance.
Why MintConvert
- Zero setup — Bancolombia PDFs parsed automatically — no template configuration.
- COP preserved — All amounts stay in COP 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 Bancolombia statements convert in under 30 seconds.
- Colombia context — In Colombia, bank statements are required for DIAN income tax (Renta) and VAT (IVA) declarations, and as supporting documents for DIAN audits and Electronic Invoicing (CUFE) reconciliation.
Frequently Asked Questions
What JSON schema does the Bancolombia output follow?
One row per transaction — Date, Description, Debit (COP), Credit (COP), 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 Bancolombia statement as a PDF?
Log in to Bancolombia Online Banking → Extractos → Seleccionar cuenta y período → Descargar PDF.
Does MintConvert handle Bancolombia's PDF format correctly?
Bancolombia PDFs use Spanish labels with COP amounts. MintConvert maps Spanish Débito/Crédito/Saldo columns to English output format.
How long does Bancolombia PDF to JSON conversion take?
Under 30 seconds for most Bancolombia statements. Multi-month statements (100+ pages) may take up to 60 seconds.
Does this work for Bancolombia Cuenta Corriente, Cuenta de Ahorros, and Cuenta Empresas?
Yes — MintConvert works with Bancolombia Cuenta Corriente, Cuenta de Ahorros, and Cuenta Empresas. The PDF format is consistent across account types.
Is COP formatting preserved in the JSON output?
Yes — all COP amounts output as numeric values (no currency symbols) so they import correctly into accounting software.
Is my Bancolombia data safe?
Your Bancolombia PDF is processed in-memory only — never stored. Deleted immediately after conversion. Download link expires after 24 hours.
What if the Bancolombia PDF is password-protected?
Bancolombia statement PDFs are downloadable via Bancolombia Online Banking. Personal and business account statements are both supported.
Is this useful for DIAN Renta/IVA filing, Electronic Invoicing reconciliation, and World Office or Siigo import?
Yes — In Colombia, bank statements are required for DIAN income tax (Renta) and VAT (IVA) declarations, and as supporting documents for DIAN audits and Electronic Invoicing (CUFE) reconciliation.