Drop your Citi 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.
Citi's own download options (PDF, CSV, QFX, OFX) cover the basics but don't always include JSON. Citi statements often combine several sub-accounts (checking, savings, linked credit card) on a single PDF. The converter splits each transaction stream into rows tagged with the correct sub-account so they're easy to filter in a pivot table.
Sign in to Citi Online and open the account.
Click 'Statements' from the account menu.
Download the PDF for the month you need.
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.
No signup. No upload. Your Citi statement → JSON in under 30 seconds.
Open converter