Menu

Tools

Explore

CL · CLP · .JSON

Convert Banco Chile Bank Statement to JSON

Banco de Chile statement PDFs are downloadable via Banco de Chile Online Banking. Personal and business account statements are supported. Download a clean .json file — no signup required.

Loading converter...

Secure Financial Data Processing

Banco de Chile Statement Conversion

Banco de Chile 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 $Banco Chile 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 Banco Chile Statements?

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

Banco Chile PDF Format Notes

Banco de Chile PDFs use Spanish labels with CLP amounts in integer format (no decimal places). MintConvert handles integer CLP amounts correctly.

Example Output

[
  {
    "date": "2024-03-15",
    "description": "Banco de Chile ATM Withdrawal",
    "debit": 2000,
    "credit": null,
    "balance": 48500,
    "currency": "CLP"
  },
  {
    "date": "2024-03-18",
    "description": "Salary Credit",
    "debit": null,
    "credit": 75000,
    "balance": 123500,
    "currency": "CLP"
  }
]

How It Works

  1. Download Banco Chile PDF

    Log in to Banco de Chile Online → Cuentas → Cartola de Movimientos → Seleccionar período → Descargar PDF.

  2. Upload to MintConvert

    Drag and drop your Banco de Chile PDF. MintConvert auto-detects the format and processes all pages.

  3. Download .JSON

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

Why MintConvert

  • Zero setupBanco de Chile PDFs parsed automatically — no template configuration.
  • CLP preservedAll amounts stay in CLP as numeric values.
  • Multi-pageAll pages extracted into one JSON file.
  • Privacy firstPDF processed in-memory only — deleted immediately after conversion.
  • Instant downloadMost Banco de Chile statements convert in under 30 seconds.
  • Chile contextIn Chile, bank statements are required for SII income tax (Renta) and VAT (IVA) declarations, and as supporting documents for SII audits and Electronic Tax Book (LCE) compliance.

Frequently Asked Questions

What JSON schema does the Banco de Chile output follow?

One row per transaction — Date, Description, Debit (CLP), Credit (CLP), 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 Banco de Chile statement as a PDF?

Log in to Banco de Chile Online → Cuentas → Cartola de Movimientos → Seleccionar período → Descargar PDF.

Does MintConvert handle Banco de Chile's PDF format correctly?

Banco de Chile PDFs use Spanish labels with CLP amounts in integer format (no decimal places). MintConvert handles integer CLP amounts correctly.

How long does Banco de Chile PDF to JSON conversion take?

Under 30 seconds for most Banco de Chile statements. Multi-month statements (100+ pages) may take up to 60 seconds.

Does this work for Banco de Chile Cuenta Corriente, Cuenta Vista, and Cuenta Empresas?

Yes — MintConvert works with Banco de Chile Cuenta Corriente, Cuenta Vista, and Cuenta Empresas. The PDF format is consistent across account types.

Is CLP formatting preserved in the JSON output?

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

Is my Banco de Chile data safe?

Your Banco de Chile PDF is processed in-memory only — never stored. Deleted immediately after conversion. Download link expires after 24 hours.

What if the Banco de Chile PDF is password-protected?

Banco de Chile statement PDFs are downloadable via Banco de Chile Online Banking. Personal and business account statements are supported.

Is this useful for SII Renta/IVA filing, LCE compliance, and Defontana or ContaFact import?

Yes — In Chile, bank statements are required for SII income tax (Renta) and VAT (IVA) declarations, and as supporting documents for SII audits and Electronic Tax Book (LCE) compliance.