Skip to main content
used by 79 tax offices
Technically

Bank statement formats explained: CSV, Excel, DATEV, MT940

Technical comparison of all bank statement formats: CSV, Excel, DATEV, MT940 and CAMT - plus export profiles for DATEV, Lexware & BuchhaltungsButler in KontoCSV. (As of October 26, 2025)

KontoCSV Team
12 minutes read
October 26, 2026

Bank statements are available in various digital formats - but which one is right for your accounting? In this technical guide we explain the differences between CSV, Excel, DATEV, MT940 and CAMT and show when you should use which format.

📅 Status of information: October 26, 2025 – All technical details have been verified and are current. Important: MT940 will be shut down from November 2025!

⚠️ Important change from November 2025

The German banking industry switches this off MT940 format from November 2025 and replaces it with the modern one CAMT format (XML based). If you use MT940, you have to switch by then!

Format overview: The 5 most important bank statement formats

Recommended
CSV

Comma-Separated Values – the universal text format for table data

Universally compatible
Easy to process
Small file size

File extension: .csv

Text format, UTF-8

Popular
Excel

Microsoft Excel – the standard table format with advanced functions

Formulas & Formatting
Multiple spreadsheets
Proprietary format

File extension: .xlsx, .xls

Binary format, Microsoft

Tax advisor
DATEV

DATEV format – standard for tax advisors and accounting software in Germany

Tax advisor standard
Automatic booking
For DATEV software only

File extension: .csv (DATEV format)

CSV with DATEV structure

Will be switched off
MT940

SWIFT MT940 – banking standard for electronic account statements (until November 2025)

Banking standard
Will be switched off from November 2025
Complex structure

File extension: .sta, .txt

Text format, SWIFT

New from 2025
CAMT

ISO 20022 CAMT – modern XML format, replacing MT940 from November 2025

Modern standard
More information
XML based

File extension: .xml

XML format, ISO 20022

New: 4 export profiles
DATEV booking batch • Lexware Office • BuchhaltungsButler • Standard Bank-CSV
Can be selected in the converter - layouts are preconfigured

Export profiles in KontoCSV: Ready-made CSVs for any accounting software

Simply select your target system when uploading - we will deliver the appropriate CSV layout with correct separators, signs, accounts and columns. Ideal for tax advisors, Lexware users, BuchhaltungsButler teams or simple exports to Excel/Google Sheets.

Standard bench-CSV
Sparkasse, VR Bank & Co.
CSV-CAMT style with semicolon & UTF-8
Date in DD.MM.YYYY format
Sign for income/expenses
DATEV booking batch
EXTF_Booking stack.csv
Header + booking records according to DATEV specification
Debit/credit indicator from sign
Standard accounts 1200/1360 – customizable in the backend
Lexware Office
Bank import (offline account)
Purpose + process combined
Comma-decimal, income/expenses with sign
Optimized for direct Lexware import
BuchhaltungsButler
Bank statement import
Separate fields for booking text & purpose
IBAN/BIC, if detected, already filled
Semicolon separated, UTF-8

Practical advantage: KontoCSV covers the most common formats directly - without manual post-processing. Each conversion delivers a finished CSV that exactly fits the selected target system.

DATEV ready
Lexware ready
BuchhaltungsButler ready
Excel/Sheets ready

CSV format: The universal standard

What is CSV?

CSV (Comma Separated Values) is a simple text format in which data is separated by commas (or semicolons). Each row represents a data record, each column a field.

Date;Description;Amount;Currency
2025-10-15;Salary;3500.00;EUR
2025-10-16;Rent;-1200.00;EUR
2025-10-17;Supermarket;-85.50;EUR

✅ Advantages of CSV

Universally compatible

Works with Excel, Google Sheets, German DATEV/Lexware profiles, etc.

Easy to process

Can be opened with any text editor

Small file size

Just text, no formatting = compact

Platform independent

Windows, Mac, Linux – usable everywhere

❌ Disadvantages of CSV

No formatting

No colors, fonts or formulas

Just a spreadsheet

No multiple sheets like in Excel

Encoding problems

Umlauts can cause problems (use UTF-8!)

Delimiter conflicts

Commas in dates can cause problems

💡 When to use CSV?

  • If you want to import data into different programs
  • For accounting software (DATEV, Lexware, sevDesk)
  • When you need maximum compatibility
  • For automated data processing (scripts, APIs)

Excel format: The feature champion

What is Excel (.xlsx)?

Excel (.xlsx) is Microsoft's proprietary table format. It offers advanced features such as formulas, formatting, charts, and multiple sheets.

✅ Advantages of Excel

Formulas & Calculations

Automatic totals, averages, etc.

Formatting

Colors, fonts, conditional formatting

Multiple spreadsheets

Different months/years in one file

Charts & Pivot Tables

Visualization and analysis

❌ Disadvantages of Excel

Proprietary format

Requires Excel or compatible software

Larger files

Binary format = greater than CSV

Version issues

.xls (old) vs. .xlsx (new) – Compatibility

Harder to automate

More complex than CSV for scripts

💡 When to use Excel?

  • If you want to do calculations and analysis
  • For manual accounting with formulas
  • If you need charts and visualizations
  • For presentations and reports

DATEV format: The tax advisor standard

What is DATEV format?

This DATEV format is a special CSV format with a defined structure specified by DATEV eG (Germany's largest provider of tax consulting software). It allows direct import into DATEV programs.

DATEV structure:

  • • Line 1: DATEV format version
  • • Line 2: Column headings
  • • From line 3: booking data
  • • Special fields: account, offsetting account, booking text, amount, etc.

✅ Advantages of DATEV

Tax advisor standard

Used by almost all tax advisors in Germany

Automatic booking

Can be imported directly into DATEV software

Account Mapping

Automatic assignment to chart of accounts (SKR03/SKR04)

GoBD-compliant for German workflows where relevant

Meets legal requirements

❌ Disadvantages of DATEV

For DATEV software only

Not universal like standard CSV

Complex structure

Many mandatory fields and rules

Version issues

Different DATEV versions = different formats

Difficult to create manually

Requires special software or tools

💡 When to use DATEV?

  • If your tax advisor uses DATEV
  • For automatic booking in DATEV software
  • If you need GoBD-compliant accounting for German workflows
  • For professional accounting with account allocation

MT940 format: The banking standard (until November 2025)

⚠️ MT940 is shut down!

The German banking industry switches off MT940 November 2025 off. Switch to CAMT now!

What is MT940?

MT940 (SWIFT Message Type 940) is an international banking standard for electronic statements. It is a text-based format with a complex, structured syntax.

:20:STARTUMSE
:25:DE89370400440532013000
:28C:00000/001
:60F:C231015EUR3500.00
:61:2310151015DR1200.00NMSCNONREF
:86:166?00RENT?20LANDLORD GMBH
:62F:C231015EUR2300.00

✅ Advantages of MT940

International standard

SWIFT standard, recognized worldwide

Structured data

Clear field structure for transactions

Widely used

Supported by many banks and software

Compact

Text format, small file size

❌ Disadvantages of MT940

Will be shut down!

No longer available from November 2025

Complex syntax

Difficult to read and process

Limited information

Less details than CAMT

Outdated technology

From the 1980s

CAMT format: The future (from November 2025)

✨ CAMT is the new standard!

From November 2025 CAMT replaces the obsolete MT940 format. Modern XML structure with more information and better processing.

What is CAMT?

CAMT (Cash Management) is an XML-based format according to the ISO 20022 standard. It offers significantly more information than MT940 and is better structured.

CAMT variants:

  • camt.052 - Intraday account statement (real time)
  • camt.053 - End of day account statement (standard)
  • camt.054 - Direct debit notification

✅ Advantages of CAMT

Modern standard

ISO 20022 – future-proof

More information

More detailed transaction data

XML based

Easier to parse and validate

Better automation

Structured data for software

❌ Disadvantages of CAMT

Larger files

XML = more overhead than MT940

Not yet supported everywhere

Older software needs to be updated

More complex structure

XML knowledge required

Conversion effort

Migration of MT940 required

💡 When to use CAMT?

  • From November 2025: Mandatory for all banks in Germany
  • If you use modern accounting software
  • For automated processes with detailed data
  • If you want to work in a future-proof way

Compatibility matrix: Which software supports which format?

Software/ToolsCSVExcelDATEVMT940CAMT
DATEV
until November 2025
Lexware
sevDesk
Microsoft Excel
with adjustment
Google Sheets
Banana accounting
KontoCSV.de
Recommended
via CSV
via CSV
via CSV
via CSV

💡 Legend

Fully supported
Partial / with restrictions
Not supported

Which format and when? Our recommendations

For self-employed people & freelancers

1st choice: CSV

Universally compatible, works with Excel and all accounting tools

2nd choice: Excel

When you perform manual calculations and analysis

3rd choice: DATEV

If your tax advisor uses DATEV

For companies with tax advisors

1st choice: DATEV

Direct import into DATEV software, automatic booking

2nd choice: CAMT (from November 2025)

Modern standard with more information

3rd choice: CSV

As a backup or for additional analysis

For online accounting (sevDesk, Lexware)

1st choice: CSV

Supported by all online tools

2nd choice: CAMT

Modern tools support CAMT natively

Avoid: MT940

Will be shut down from November 2025

For Excel accounting

1st choice: CSV

Simply import into Excel, then add formulas

2nd choice: Excel directly

If you already have formatted templates

Tip: KontoCSV.de

Converts PDF statements directly to CSV

🎯 Our top recommendation: CSV

For most use cases is CSV the best choice:

Works with everyone Accounting tools
Easy to open in Excel/Google Sheets
Small file size, fast processing
Future-proof and platform-independent

Frequently Asked Questions (FAQ)

What is the difference between CSV and Excel?

CSV is a simple text format with comma separated values, while Excel is a binary format with advanced features (formulas, formatting, multiple sheets). CSV is universally compatible, Excel offers more features.

Is MT940 still supported?

No, MT940 will be available from November 2025 switched off by German banks and replaced by the modern one CAMT format (XML). If you use MT940, you have to switch by then!

Which format to use for DATEV?

DATEV supported CSV, MT940 (until November 2025) and CAMT (from 2025). Is recommended CSV for maximum compatibility or CAMT for modern systems.

Can I convert PDF statements to these formats?

Yes! With KontoCSV.de you can automatically convert PDF statements to CSV, which can then be imported into Excel, DATEV or other accounting software.

Which format is most secure?

All formats are equally secure because they only contain data (no executable programs). It is important that you save the files in encrypted form and only transfer them over secure connections.

Can I use several formats at the same time?

Yes! Many users export their account statements to CSV (for accounting software) and Excel (for your own analysis). With KontoCSV.de you can easily open and further process CSV files in Excel.

Conclusion: CSV is the universal winner

For most use cases is CSV the best choice: Universally compatible, easy to process and future-proof. With KontoCSV.de you can convert PDF statements to CSV in seconds!

  • CSV: Universally compatible, for all accounting tools
  • Excel: For analysis and manual calculations
  • DATEV: For tax advisors and professional accounting
  • CAMT: The new standard from November 2025
  • MT940: Will be shut down from November 2025!

Our tip: Use KontoCSV.de to automatically convert PDF statements to CSV - compatible with all accounting tools!

More helpful articles

Bereit zum Konvertieren?

Probieren Sie KontoCSV jetzt kostenlos aus – erste 3 Seiten gratis.