Convert TD bank statements to Excel or CSV
Upload the PDF exactly as it comes from TD EasyWeb. Get back a spreadsheet with one row per transaction — date, description, withdrawal, deposit, running balance. No retyping, no cleanup.
What comes back
TD statements pack a lot into one line — transaction type, merchant, and a confirmation number often run together as one string. ApexParser separates them instead of leaving you a wall of text to untangle.
| Date | Description | Out | In | Balance |
|---|---|---|---|---|
| 2025-07-04 | Preauthorized debit, Rogers Communications | 94.15 | ||
| 2025-07-07 | Send e-Transfer #48213 | 350.00 | ||
| 2025-07-07 | TD ATM withdrawal | 100.00 | 2,614.87 |
How it works
Three steps. No manual cleanup after.
Upload your TD statement PDF
Business or personal account, single or multi-page. No pre-processing needed.
We parse and reconcile
Every withdrawal and deposit is checked against TD's printed running balance, not guessed from the words in the description.
Download Excel or CSV
Five columns, ready to import into QuickBooks Online, Xero, or your working papers.
Built for TD's actual layout
Descriptions untangled
Preauthorized debits, e-Transfers and ATM withdrawals come with confirmation numbers and codes baked into the text — separated out into a clean merchant name instead of one long string.
Withdrawals and deposits signed correctly
Column position decides the sign, not keyword-matching on the description.
Business and personal formats
TD personal chequing and business account statements both use the layout ApexParser already knows.
Multi-page statements in one upload
Drop in the whole PDF — a full month or a full year of catch-up bookkeeping — and get back one spreadsheet.
Common questions
Does this work with TD business account statements?
Yes. TD personal and business statement layouts are both supported.
TD descriptions often mix confirmation numbers and merchant codes into the text — does that cause problems?
No. Reference numbers, transaction type and merchant name are separated out automatically instead of landing in one messy string.
What file do I get back?
An Excel file (.xlsx) with Date, Description, Withdrawal, Deposit and Balance columns, one row per transaction.
Is my statement data kept private?
Your PDF is used only to generate your spreadsheet.