Skip to content
Banking Converter

How to read a bank statement

By the Banking Converter editorial team

Published

Read a bank statement from the top down: confirm the account and period, note the opening balance, work through the transaction table line by line watching the running balance, and finish by checking that the closing balance equals the opening balance plus deposits minus withdrawals. Everything else on the page is either identification or summary of that table.

Opening and closing balances

The opening balance (also balance brought forward, previous balance or beginning balance) equals the closing balance of the previous statement. The closing balance (balance carried forward, ending balance, new balance) is where this statement stops. Between them sits the transaction table, and the identity that ties the statement together:

opening balance + total deposits − total withdrawals = closing balance

Many statements print total deposits and total withdrawals in a summary box. If the printed totals and the sum of the table disagree, either a row is missing from the table or a row has been counted in the wrong column.

The transaction columns

ColumnOther namesMeaning
DateTransaction date, Trans dateWhen the transaction took place
Posting datePost date, Value date, Effective dateWhen the bank applied it to the balance; can differ by a day or more
DescriptionDetails, Particulars, Narrative, MemoMerchant or counterparty, often with a reference or card ending
DebitWithdrawals, Money out, Payments, Paid out, ChargesMoney leaving the account
CreditDeposits, Money in, Receipts, Paid inMoney entering the account
AmountTransaction amountSingle signed column used instead of debit and credit; sign convention varies
BalanceRunning balance, Ledger balanceBalance after this transaction

Some statements use one Amount column and mark direction with a sign, parentheses, or a DR/CR suffix (125.00 DR is a debit). Others use CR after a balance to indicate the account is in credit and DR to indicate an overdraft. Converters must recognise all of these; the CSV converter lists the formats it parses.

Reading the running balance

The running balance is the most useful column for checking. For every row: previous balance + credit − debit = this row's balance. A break in the chain points to a missing or misread line at that exact spot. When several transactions share a date, some banks print the balance only on the last of them; that is normal.

Common codes and abbreviations

  • ACH, BACS, SEPA, EFT: electronic transfers in the US, UK, Eurozone and Canada respectively.
  • DD or Direct debit, SO or Standing order: recurring payments pulled by a payee or pushed by you.
  • POS, Card purchase, Contactless: card payments; often followed by a merchant code and the last four digits of the card.
  • ATM, CSH, Cash: cash withdrawals.
  • INT: interest; FEE, SVC, CHG: charges; RTN, RET: returned or reversed items; TFR, XFER: transfers between accounts.
  • PENDING or Memo: not yet posted; not part of the balance and usually not on the statement at all.

Credit card statements

On a card statement the balance is what you owe. Purchases, fees and interest increase it; payments and refunds reduce it. The header also carries the credit limit, available credit, minimum payment and payment due date, and a section showing how interest was calculated. When converting, keep the liability convention (charges negative, payments positive) so accounting software treats the account as a liability.

Frequently asked questions

Why is a transaction dated before the statement period?

The transaction happened in the previous period but posted in this one. Banks that order by posting date show the posting date in the main date column and the transaction date in the description or a second column.

What does CR after my balance mean?

The account is in credit (a positive balance). DR means the account is overdrawn. It is a direction indicator, not a currency.

About the author

The Banking Converter editorial team is the engineering group that builds and tests the conversion engine: the parsers for regional date and number formats, the reconciliation checks and the CSV, Excel, JSON, OFX and QBO exporters. Guides describe what the software does and what the formats require; they are not financial, legal or tax advice.