Menu

Tools

Explore

CH · CHF · .JSON

Convert CS/UBS Bank Statement to JSON

Credit Suisse accounts (now part of UBS) produce statement PDFs downloadable via the UBS Digital Banking portal following the 2023 merger. Download a clean .json file — no signup required.

Loading converter...

Secure Financial Data Processing

Credit Suisse (UBS) Statement Conversion

Credit Suisse (UBS) 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 $CS/UBS 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 CS/UBS Statements?

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

CS/UBS PDF Format Notes

Credit Suisse PDFs retain the legacy CS header post-merger. MintConvert handles both the original CS format and post-merger UBS-branded CS statements.

Example Output

[
  {
    "date": "2024-03-15",
    "description": "Credit Suisse (UBS) ATM Withdrawal",
    "debit": 2000,
    "credit": null,
    "balance": 48500,
    "currency": "CHF"
  },
  {
    "date": "2024-03-18",
    "description": "Salary Credit",
    "debit": null,
    "credit": 75000,
    "balance": 123500,
    "currency": "CHF"
  }
]

How It Works

  1. Download CS/UBS PDF

    Log in to UBS Digital Banking (former CS clients) → Accounts → Statements → Select period → Download PDF.

  2. Upload to MintConvert

    Drag and drop your Credit Suisse (UBS) PDF. MintConvert auto-detects the format and processes all pages.

  3. Download .JSON

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

Why MintConvert

  • Zero setupCredit Suisse (UBS) PDFs parsed automatically — no template configuration.
  • CHF preservedAll amounts stay in CHF as numeric values.
  • Multi-pageAll pages extracted into one JSON file.
  • Privacy firstPDF processed in-memory only — deleted immediately after conversion.
  • Instant downloadMost Credit Suisse (UBS) statements convert in under 30 seconds.
  • Switzerland contextIn Switzerland, bank statements are required for Steuererklarung (cantonal tax returns) and as supporting documents for MWST (VAT) filings with the ESTV.

Frequently Asked Questions

What JSON schema does the Credit Suisse (UBS) output follow?

One row per transaction — Date, Description, Debit (CHF), Credit (CHF), 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 Credit Suisse (UBS) statement as a PDF?

Log in to UBS Digital Banking (former CS clients) → Accounts → Statements → Select period → Download PDF.

Does MintConvert handle Credit Suisse (UBS)'s PDF format correctly?

Credit Suisse PDFs retain the legacy CS header post-merger. MintConvert handles both the original CS format and post-merger UBS-branded CS statements.

How long does Credit Suisse (UBS) PDF to JSON conversion take?

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

Does this work for Credit Suisse (UBS) Private Banking, Business accounts, and legacy CS accounts?

Yes — MintConvert works with Credit Suisse (UBS) Private Banking, Business accounts, and legacy CS accounts. The PDF format is consistent across account types.

Is CHF formatting preserved in the JSON output?

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

Is my Credit Suisse (UBS) data safe?

Your Credit Suisse (UBS) PDF is processed in-memory only — never stored. Deleted immediately after conversion. Download link expires after 24 hours.

What if the Credit Suisse (UBS) PDF is password-protected?

Credit Suisse accounts (now part of UBS) produce statement PDFs downloadable via the UBS Digital Banking portal following the 2023 merger.

Is this useful for Steuererklarung filing, Swiss MWST reconciliation, and Bexio or Abacus import?

Yes — In Switzerland, bank statements are required for Steuererklarung (cantonal tax returns) and as supporting documents for MWST (VAT) filings with the ESTV.