Menu

Tools

Explore

ES · EUR · .JSON

Convert Santander Bank Statement to JSON

Santander Spain statement PDFs are downloadable via Santander Online Banking. Personal and business account statements are fully supported. Download a clean .json file — no signup required.

Loading converter...

Secure Financial Data Processing

Santander Statement Conversion

Santander 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 $Santander 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 Santander Statements?

JSON output structures each Santander 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.

Santander PDF Format Notes

Santander PDFs use Spanish labels (Fecha, Concepto, Importe, Saldo) with EUR amounts using comma as decimal separator. MintConvert normalises to standard format.

Example Output

[
  {
    "date": "2024-03-15",
    "description": "Santander 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

  1. Download Santander PDF

    Log in to Santander Online → Cuentas → Extractos → Seleccionar periodo → Descargar PDF.

  2. Upload to MintConvert

    Drag and drop your Santander PDF. MintConvert auto-detects the format and processes all pages.

  3. Download .JSON

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

Why MintConvert

  • Zero setupSantander PDFs parsed automatically — no template configuration.
  • EUR preservedAll amounts stay in EUR as numeric values.
  • Multi-pageAll pages extracted into one JSON file.
  • Privacy firstPDF processed in-memory only — deleted immediately after conversion.
  • Instant downloadMost Santander statements convert in under 30 seconds.
  • Spain contextIn Spain, bank statements are required for Declaracion de la Renta (income tax return) filed with AEAT and as supporting documents for IVA (VAT) quarterly returns.

Frequently Asked Questions

What JSON schema does the Santander 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 Santander statement as a PDF?

Log in to Santander Online → Cuentas → Extractos → Seleccionar periodo → Descargar PDF.

Does MintConvert handle Santander's PDF format correctly?

Santander PDFs use Spanish labels (Fecha, Concepto, Importe, Saldo) with EUR amounts using comma as decimal separator. MintConvert normalises to standard format.

How long does Santander PDF to JSON conversion take?

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

Does this work for Santander Cuenta Corriente, Cuenta de Ahorro, and Cuenta Empresas?

Yes — MintConvert works with Santander Cuenta Corriente, Cuenta de Ahorro, and Cuenta Empresas. 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 Santander data safe?

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

What if the Santander PDF is password-protected?

Santander Spain statement PDFs are downloadable via Santander Online Banking. Personal and business account statements are fully supported.

Is this useful for Declaracion de la Renta filing, IVA quarterly returns, and Contasimple or Holded import?

Yes — In Spain, bank statements are required for Declaracion de la Renta (income tax return) filed with AEAT and as supporting documents for IVA (VAT) quarterly returns.