Drop your PNC 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.
PNC's own download options (PDF, CSV, QFX, QBO) cover the basics but don't always include JSON. PNC's Virtual Wallet PDFs separate Spend, Reserve, and Growth into three transaction tables. The converter detects each table and tags rows with the sub-account name so you can filter cleanly in a spreadsheet.
Sign in to pnc.com and pick the account.
Open 'Online Statements'.
Download the monthly PDF.
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.