Drop your RBC 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.
RBC's own download options (PDF, CSV, QFX, OFX) cover the basics but don't always include JSON. RBC's eStatement PDFs are text-based and include posting date, transaction date, description, debit, credit, and balance. The converter normalises RBC's DD-Mon-YY date format to a sortable ISO date so the export sorts chronologically in Excel without manual fixing.
Sign in at rbcroyalbank.com and pick the account.
Open 'eStatements' from the account menu.
Download the monthly PDF for any period in the last 7 years.
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.