TD Bank Statement Explained: Anatomy and Layout Quirks
What every section of a TD Bank statement means - and the four layout quirks (transaction-type prefixes, QFX download default, TD US vs TD Canada distinction, itemized service fees) that distinguish TD from Chase, BofA, and Wells Fargo.
TD Bank's US arm inherits some quirks from its Canadian parent (TD Bank Group) - transaction-type prefixes on every row (DEBIT POS PURCHASE, ATM WITHDRAWAL, DEPOSIT, etc.), a default QFX download format that surprises QuickBooks users, and a fee breakdown that explicitly lists waived charges. If you're processing both TD US and TD Canada statements for the same client, the format differences (USD vs CAD, routing vs transit/institution numbers, MM/DD vs DD/MM dates) matter for reconciliation.
This guide explains the TD Bank statement structure and four layout quirks.

Want to use this guide on your blog? Copy this embed code:
The 12 Universal Sections (and How TD Bank Labels Them)
For the universal anatomy reference, see Understanding Bank Statement Formats. TD Bank uses all 12 sections.
| Universal section | TD label |
|---|---|
| Bank header | "TD Bank, N.A." with the green shield logo |
| Statement period | "Statement Period" |
| Account holder block | Name and address |
| Account number | Masked except last 4 |
| Routing | TD US routing differs from TD Canada (Quirk 3) |
| Account summary | "Account Summary" |
| Transaction headers | Date, Description, Amount, Balance |
| Transaction rows | "Daily Account Activity" - prefixed by type (Quirk 1) |
| Check images | "Image of Check" section |
| Fees + interest | "Service Charge Summary" (Quirk 4) |
| Daily balance summary | "Daily Balance Summary" |
| Disclosure | "Important Information" |
Quirk 1: Transaction-Type Prefix on Every Row
Every transaction in the TD Bank table starts with a type prefix:
01/03 DEBIT POS PURCHASE AMAZON.COM SEATTLE WA -47.99
01/05 DEPOSIT PAYROLL CO PAYMENT +3,200.00
01/08 ATM WITHDRAWAL TD BANK BRANCH 1234 -200.00
01/12 ACH DEBIT PG&E ELECTRIC -142.30
01/15 TRANSFER OUT TO TD SAVINGS ****5678 -500.00Common prefixes:
- DEBIT POS PURCHASE (card transactions)
- DEPOSIT (any deposit)
- ATM WITHDRAWAL
- ACH DEBIT / ACH CREDIT (electronic transfers)
- TRANSFER OUT / TRANSFER IN (internal)
- CHECK (paper check)
- WIRE OUT / WIRE IN
- INTEREST PAID
- SERVICE CHARGE
Why this matters for parsing: The prefix is part of the description but contains semantic information. PDFSub recognizes the prefix and tags the transaction type as a separate field, useful for categorization in accounting.
Quirk 2: QFX Is the Default Download Format
When you go to download recent activity from TD Bank's website, the format dropdown defaults to QFX (Quicken Financial Exchange), not QBO. The full list typically includes:
- QFX - default, for Quicken
- QBO - for QuickBooks Web Connect (not the default!)
- CSV - generic spreadsheet
- OFX - generic open format
Why this matters: QuickBooks users who don't change the default end up with a .qfx file that QuickBooks will accept but with a workaround (QuickBooks reads QFX as if it were QBO; the import works but lacks some Intuit-specific metadata). Pick QBO from the dropdown if you're going to QuickBooks; otherwise use the conversion workflow with PDFSub.
Quirk 3: TD US and TD Canada Are Different Banks
TD Bank (US) and TD Canada Trust share a parent (TD Bank Group, Toronto) and a green-shield logo, but they are legally separate institutions with different statement formats:
| Detail | TD Bank US | TD Canada |
|---|---|---|
| Currency | USD | CAD |
| Account ID | Routing # (9-digit ABA) | Transit # (5) + Institution # (3) |
| Date format | MM/DD/YYYY | DD/MM/YYYY |
| Online portal | td.com | tdcanadatrust.com |
| Statement style | American format | Canadian format |
Why this matters: Snowbirds (US/Canada dual-residents) and cross-border businesses often have BOTH accounts. The statements look superficially similar but the routing/transit number formats, currencies, and date orders are different. Mixing them in a single Excel sheet without normalizing causes balance reconciliation failures.
PDFSub recognizes both TD US and TD Canada templates separately and applies the appropriate locale (USD/CAD, MM-DD/DD-MM, routing/transit).
Quirk 4: Itemized Service Charge Summary with Waived Items
TD Bank's fee section lists every fee TYPE - including ones that were waived (shown as $0):
SERVICE CHARGE SUMMARY
Monthly maintenance fee (waived this period) $0.00
Out-of-network ATM (x2) $6.00
Wire transfer fee (incoming) $15.00
Total service charges $21.00The "waived this period" notation explicitly tells customers what they didn't pay. Good for customer transparency; the $0 items need to be excluded from your transaction import.
For parsing: Tools that ingest every line as a transaction get $0 fee rows in the output. PDFSub recognizes the "waived" notation and excludes those rows.
Where to Download TD Bank US Statements
- Sign in at td.com
- Select the account -> Documents -> Statements
- Pick the statement period -> Download PDF
TD Bank keeps up to 7 years of statements.
For TD Canada Trust customers: tdcanadatrust.com, similar workflow.
Converting to Excel, QBO, or Xero
- Convert TD Bank to Excel - the conversion workflow
- QBO vs CSV vs OFX - format choice
- Import bank statements into QuickBooks - the general QB import guide
- Process multi-currency bank statements - for TD US + TD Canada mixed-currency cases
PDFSub recognizes all 4 TD quirks: transaction-type prefixes become a categorization field, TD US vs TD Canada templates are handled with the right locale, waived fee rows are excluded from the transaction list, and the QFX/QBO format choice happens during export, not download.
Bank-Specific Variations to Compare
- Chase bank statement explained
- Bank of America bank statement explained
- Wells Fargo bank statement explained
- Citi bank statement explained
- Capital One bank statement explained
- US Bank statement explained
- PNC bank statement explained
TD Bank's transaction-type prefixes are a small but distinctive feature. Once you can spot them, TD statements become easy to scan visually - which is exactly the customer-friendly design intent.