CAMT.053 to Excel Converter: Convert ISO 20022 XML Statements to CSV and Excel

Your bank delivers the statement as ISO 20022 camt.053 XML, and Excel shows you a tree of tags instead of transactions. Upload the file and BankXLSX turns every entry into a clean row with dates, amount, debit or credit, description, and balances. Start free, no credit card.

Free to try, no credit card
256-bit encryption
camt.053 XML and PDF statements

PDF, JPG, PNG, BMP, HEIC, TIFF, MT940

Upload your bank statement

Extract:
|
|

CAMT.053 to Excel, in short

A camt.053 file is the ISO 20022 XML end of day bank statement, and Excel cannot read it as rows because every transaction is nested inside XML tags rather than columns. To convert it, upload the statement to BankXLSX and each Ntry entry becomes one row with booking date, value date, amount, debit or credit indicator, description, and the opening and closing balances pulled out of the Bal elements. If your bank only gives you the PDF statement, upload that instead and you get the same spreadsheet.

Why a CAMT.053 File Will Not Open Properly in Excel

camt.053 was designed for software to parse, not for a person to read. Opening it in Excel either shows raw XML or drops you into a schema mapping dialog that flattens the file wrong. Here is what goes wrong most often.

Excel Asks for a Schema

Open a .xml statement in Excel and it offers to create a schema from the source, then spreads one transaction across several sheets or repeats parent rows for every child element.

Transactions Are Nested, Not Tabular

Each entry lives under Stmt, then Ntry, then NtryDtls, then TxDtls, so the amount, the counterparty, and the reference sit at different depths of the tree.

The Sign Is a Separate Tag

Amounts are always positive numbers. Whether a line is money in or money out is carried in a sibling CdtDbtInd tag reading CRDT or DBIT, so a naive export totals everything as a credit.

Two Different Dates per Entry

Every entry has a booking date (BookgDt) and a value date (ValDt), and picking the wrong one throws off reconciliation and interest calculations.

Balances Are Coded, Not Labeled

Opening and closing balances hide in repeated Bal blocks tagged OPBD, CLBD, and CLAV rather than sitting in a tidy summary row.

Remittance Data Is Buried

The invoice reference you actually want is inside RmtInf, split into structured (Strd) and unstructured (Ustrd) branches that most spreadsheet exports ignore.

How BankXLSX Converts Your CAMT.053 File to Excel

Upload the statement and the converter walks the XML for you, then writes every booked entry into a spreadsheet you can sort, filter, and reconcile immediately.

Entries Become Rows

Each Ntry element lands as its own row with booking date, value date, amount, debit or credit, description, and reference in separate columns.

Signs Resolved Correctly

The CdtDbtInd flag is read so DBIT lines become debits and CRDT lines become credits, and your Excel column totals actually foot.

Balances Pulled Out

Opening booked, closing booked, and closing available balances are lifted from the Bal blocks into clear fields you can reconcile against.

References Preserved

End to end IDs and the remittance information inside RmtInf are carried through so you can match payments to invoices.

Excel or CSV Output

Download a real .xlsx workbook for analysis or a clean CSV mapped for QuickBooks, NetSuite, Sage, Zoho Books, Odoo, or your treasury system.

Private by Default

256-bit encryption in transit and you can delete your uploaded files whenever you want.

Convert a CAMT.053 File to Excel in 3 Steps

No software to install and no credit card to start.

1

Save as Text

Banks deliver camt.053 as an .xml file. Rename the copy to .txt so the uploader accepts it, or simply upload the PDF statement for the same account.

Tip: Renaming does not change the data.

2

Upload

Drag the file into the box above. The converter reads the Stmt block, every Ntry entry, and the Bal balances, and skips the group header.

Tip: One account per statement is normal.

3

Download

Save the result as XLSX or CSV and open it in Excel, Google Sheets, or your accounting and ERP software.

Tip: Columns are reconciliation ready.

Who Converts CAMT.053 Files to Excel

camt.053 is the ISO 20022 statement corporate banks now send their business customers, so the people converting it are managing cash, closing the books, or loading another system.

Treasury Analysts

Turn a daily camt.053 statement into a clean cash position without hand keying a single entry.

Controllers and Accountants

Reconcile bank activity against the ledger using the opening and closing booked balances pulled straight from the file.

ERP and TMS Consultants

Map camt.053 entries into a CSV a client can load into NetSuite, SAP, Odoo, or a treasury management system.

Bookkeepers

Convert a client statement into spreadsheet rows you can categorize and import into QuickBooks or Xero.

Common Search Terms

camt.053 to excel camt 053 excel camt.053 format camt.053 vs mt940 camt.053 file format convert camt.053 to csv

Transaction Types We Handle

Opening and closing balances
ACH credits and debits
Wire transfers in and out
Checks paid
Commercial deposits
Returned items
Interest credits
Bank fees

Last updated July 2026

What is a camt.053 file?

A camt.053 file is the ISO 20022 Bank to Customer Statement: an XML file your bank sends to report every entry booked to your account for the previous business day, along with the balances at the start and end of that period. It carries booked entries only, which is what makes it the authoritative end of day statement rather than a running feed. The message is the modern replacement for the SWIFT MT940 statement, and the full name of the root element inside the file is BkToCstmrStmt.

camt.053 file format: the XML elements inside

Everything in a camt.053 file is nested. The Document wrapper holds one BkToCstmrStmt, which holds a group header and one statement, and the statement holds the account, its balances, and its entries. These are the elements that actually carry the data you want in a spreadsheet.

ElementFull nameWhat it holds
BkToCstmrStmtBank To Customer StatementThe message root, inside the Document wrapper.
GrpHdrGroup HeaderMessage ID and creation timestamp. No transaction data.
StmtStatementOne statement for one account and one period.
AcctAccountThe account identifier, usually an IBAN or other scheme ID.
BalBalanceA balance block, repeated once per balance type code.
NtryEntryOne booked transaction. This is your spreadsheet row.
AmtAmountThe value, always positive, with a currency attribute.
CdtDbtIndCredit Debit IndicatorCRDT for money in, DBIT for money out. This carries the sign.
BookgDtBooking DateThe date the entry hit the ledger.
ValDtValue DateThe date the funds count for interest and availability.
BkTxCdBank Transaction CodeThe coded classification of the entry (see below).
NtryDtls / TxDtlsEntry Details / Transaction DetailsPer transaction detail when one entry batches several payments.
RmtInfRemittance InformationThe invoice reference, as structured (Strd) or free text (Ustrd).

camt.053 balance type codes

Each Bal block is tagged with a four letter code from the ISO 20022 ExternalBalanceType code set. If you only read one, read CLBD, the closing booked balance, because that is the number your ledger has to agree with.

CodeMeaningUse it for
OPBDOpening booked balanceThe starting ledger balance for the period.
CLBDClosing booked balanceThe ending ledger balance. Reconcile to this.
CLAVClosing available balanceWhat was actually spendable at close, after holds.
OPAVOpening available balanceSpendable funds at the start of the period.
PRCDPreviously closed booked balanceThe closing balance of the prior statement.
ITBDInterim booked balanceA balance struck mid day, still subject to change.
FWAVForward available balanceFunds available on a future value date.

What is BkTxCd, the bank transaction code?

BkTxCd classifies what an entry actually is, using a four level hierarchy: Domain, then Family, then Sub Family, then an optional Proprietary code the bank defines itself. The domain is the top level bucket, and these are the ones you will meet on a corporate statement.

Domain codeMeaning
PMNTPayments, including ACH, wires, checks, and card activity
CAMTCash management, such as internal account transfers
ACMTAccount management, such as fees and account maintenance
LDASLoans, deposits, and syndications
SECUSecurities activity
CMDTCommodities

camt.053 vs camt.052 vs camt.054: which is which

The three camt cash management messages get confused constantly because they look alike and arrive from the same bank. The difference is timing and finality: camt.052 tells you what is happening now, camt.053 tells you what was booked yesterday, and camt.054 tells you about one specific debit or credit.

MessageNameTimingReplaces
camt.052Bank to Customer Account ReportIntraday, near real time, may include pending itemsMT942
camt.053Bank to Customer StatementEnd of day, booked entries only, finalMT940 and MT950
camt.054Bank to Customer Debit Credit NotificationPer transaction alertMT900 and MT910

camt.053 vs MT940: what changed

MT940 is the older SWIFT statement, a flat text file of positional tags. camt.053 carries the same idea in XML with a named element for each piece of data. The practical difference shows up in reconciliation: MT940 crams the counterparty and the invoice reference into the free text of tag 86, so your ERP has to guess at them, while camt.053 gives each one its own field.

AspectMT940camt.053
StandardSWIFT MTISO 20022
EncodingFlat text, positional tagsNested XML, named elements
Opening balanceTag 60F or 60MBal block coded OPBD
Transaction lineTag 61Ntry element
Closing balanceTag 62F or 62MBal block coded CLBD
Remittance detailFree text inside tag 86Dedicated RmtInf, structured or unstructured
Transaction typingBank specific codesBkTxCd domain, family, sub family

Which camt.053 version do US banks send?

The version sits in the XML namespace at the top of the file, written as camt.053.001.02 or camt.053.001.08. In practice US banks are not all on the same one: Huntington publishes camt.053.001.02 in its developer documentation, while newer usage guidelines such as the Payments Canada Lynx collection are written against camt.053.001.08. Check the namespace line of your own file before you build anything against it, because the element names you need (Stmt, Ntry, Bal, CdtDbtInd) are stable across versions even though the optional fields around them are not.

Why US finance teams are seeing camt.053 now

ISO 20022 stopped being a European concern and became the plumbing of US high value payments. Three dates explain why camt.053 keeps showing up in American treasury inboxes.

DateWhat happened
April 8, 2024CHIPS, operated by The Clearing House, migrated to ISO 20022.
July 14, 2025The Fedwire Funds Service moved to ISO 20022 in a single day cutover, retiring its legacy FAIM format. The date had been rescheduled from March 10, 2025.
November 22, 2025The SWIFT MT and ISO 20022 coexistence period on the SWIFT network ended.

None of those dates forced camt.053 on your corporate account by itself, since statement reporting is a bank by bank decision. What they did was push US banks to build ISO 20022 pipes, and camt.053 is what comes out the other end. If your relationship manager has offered to switch you from BAI2 or MT940, this is why.

From camt.053 to your accounting or ERP system

Once the entries are in a spreadsheet the rest is routine, and several systems take camt.053 directly. Both the Zoho Books bank statement converter and the Odoo bank statement converter pages cover platforms that import camt.053 natively but refuse a PDF. If you receive BAI2 from a US bank instead, the BAI to Excel converter handles that format, and the walkthrough for converting a camt.053 XML statement to CSV or Excel covers the manual options. Loading the data elsewhere? Map it through the bank statement OFX converter, the QuickBooks QBO format, or, for enterprise teams, the NetSuite bank statement converter. If you only have the PDF statement, the general bank statement converter and the PDF bank statement to Excel converter produce the same structured rows.

After the data is in a spreadsheet

Most teams do not stop at Excel. If the next step is QuickBooks Online, you can turn the exported file into an importable QBO with a CSV to QBO converter. For any other business PDF you need as a sheet, a general PDF to Excel converter handles reports and tables, and finance teams processing supplier documents at volume can extract them with enterprise document OCR.

Why People Pick BankXLSX for CAMT.053 Conversion

camt.053
plus PDF and image statements
CRDT/DBIT
signs resolved automatically
Under 1 min
to convert a typical statement

Security & Privacy

  • 256-bit encryption on every upload
  • Delete your files at any time
  • No reselling or sharing of your financial data
  • Runs in your browser, nothing to install

CAMT.053 to Excel: Common Questions

A camt.053 file is the ISO 20022 Bank to Customer Statement, an XML file your bank sends to report every entry booked to your account for the previous business day plus the opening and closing balances. It contains booked entries only, which makes it the final end of day statement rather than a live feed, and it is the modern replacement for the SWIFT MT940.

Rename the .xml file to .txt so the uploader accepts it, then upload it to BankXLSX. The converter reads each Ntry entry and writes it to its own row with booking date, value date, amount, debit or credit, description, and reference, then lets you download an XLSX workbook or a CSV. If you only have the PDF statement, upload that instead.

You can open it, but Excel treats it as generic XML and asks to build a schema, which spreads a single transaction across sheets or duplicates parent rows for every nested child. Amounts also come through unsigned because the debit or credit flag lives in a separate CdtDbtInd tag, so totals are wrong until you convert the file properly.

MT940 is the older SWIFT flat text statement built from positional tags, and camt.053 is the ISO 20022 XML statement that replaces it. camt.053 gives each piece of data its own named element, so the counterparty and the invoice reference sit in dedicated fields instead of being crammed into the free text of MT940 tag 86, which is why automated reconciliation matches far more lines.

camt.052 is the intraday account report and replaces MT942. camt.053 is the end of day statement of booked entries and replaces MT940 and MT950. camt.054 is a notification about one specific debit or credit and replaces MT900 and MT910. Only camt.053 is the final statement you reconcile your ledger against.

They are ISO 20022 balance type codes inside the Bal blocks. OPBD is the opening booked balance at the start of the statement period and CLBD is the closing booked balance at the end of it. CLAV is the closing available balance, which can be lower than CLBD because holds and uncleared items reduce what you can actually spend.

No. camt.053 reports booked entries only, meaning transactions that have already posted to the ledger. If you need to see pending or intraday activity, that is what the camt.052 account report is for. This is exactly why camt.053 is the file auditors and accountants reconcile against.

Look at the XML namespace on the Document element at the top of the file. It will end in camt.053.001.02, camt.053.001.08, or a similar version tag. Huntington documents camt.053.001.02 for its US clients, while newer usage guidelines are written against .08. The core elements you need are the same across versions.

Related Resources

Other Bank Statement Converters

ICICI Bank JPMorgan Chase Bank of America Citigroup Wells Fargo Goldman Sachs Morgan Stanley U.S. Bancorp PNC Financial Services Truist Financial Capital One TD Bank Charles Schwab Fidelity Vanguard E*TRADE TD Ameritrade Bank of New York Mellon State Street BMO USA Ally Financial Regions Financial Fifth Third Bank Huntington Bancshares KeyBank Citizens Financial Group First Citizens BancShares Synchrony Financial M&T Bank First Horizon Cathay Bank USAA Navy Federal Comerica Zions Bancorporation East West Bancorp First National of Nebraska Cullen Frost Bankers BOK Financial Fulton Financial Associated Banc-Corp Valley National Bancorp Wintrust Financial First Midwest Bancorp Commerce Bancshares UMB Financial Pinnacle Financial Partners Webster Financial Cadence Bank Old National Bancorp First Interstate BancSystem Umpqua Holdings First Hawaiian Bank Prosperity Bancshares SouthState Corporation First Merchants First Bank Holding Glacier Bancorp First Financial Bancorp Independent Bank Columbia Banking System Western Alliance Bancorporation Pacific Premier Bancorp Bank OZK United Community Banks Customers Bancorp Texas Capital Bancshares SVB Financial Group Signature Bank First Republic Bank New York Community Bancorp Sterling Bancorp First Bank Bank United First Commonwealth Financial Flagstar Bank Synovus Bank Santander Bank Commonwealth Bank (CommBank) ANZ Bank Westpac NAB ServisFirst Bancshares Renasant Corporation Simmons First National Trustmark Corporation First Busey Community Bank System First Mid Bancshares Ameris Bancorp Hancock Whitney First BanCorp Third Coast Bancshares Home Bancshares Byline Bancorp Simmons Bank United Bankshares Peoples United Financial American Express HSBC Bank USA