Drop your BMO statement PDF and download a clean .json file in under 30 seconds. Runs entirely in your browser — your statement never leaves your device.
Every transaction comes back as a clean JSON object with date, description, amount, currency, and balance fields. Drop it into pandas, feed it to an LLM for categorisation, or POST it to your own backend.
BMO's own download options (PDF, CSV, QFX, OFX) cover the basics but don't always include JSON. BMO's eStatement PDFs separate withdrawals and deposits into two columns plus a running balance. The converter merges them into a single signed Amount column on export, which is what QuickBooks, Xero, and Wave expect.
Sign in at bmo.com and pick the account.
Open 'View eStatements'.
Download the monthly PDF (up to 7 years of history available).
Drop the PDF into convertbank and choose JSON (.json) as the export format. Download the file — it's ready to developers.
Developers, analysts, AI categorisation, custom integrations.