Drop your Revolut 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.
Revolut's own download options (PDF, CSV, QIF, Excel) cover the basics but don't always include JSON. Revolut's built-in CSV is solid but is per-currency and per-account, which makes year-end reconciliation painful. The PDF statement consolidates one account into a clean transaction list and the converter exports it with original currency, FX rate, and post-conversion amount preserved.
Open Revolut and tap the account (GBP, EUR, USD, etc).
Open 'Statements'.
Pick the date range and choose '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.
No signup. No upload. Your Revolut statement → JSON in under 30 seconds.
Open converter