Convert QFX to JSON Lines

Convert your Quicken Financial Exchange data to JSON Lines / NDJSON quickly

Drop your Quicken Financial Exchange file here (or click to browse).
(100 MB or less file)
0%
Uploading...
Loading...
Sign-up to upload larger files
Quicken Financial Exchange

QFX (Quicken Financial Exchange) is Quicken's branded flavour of OFX: a .qfx file is an Open Financial Exchange document carrying a few extra Intuit fields that identify the financial institution to Quicken. Banks offer it as the "download for Quicken" option alongside CSV and PDF statements.

JSON Lines / NDJSON

JSON Lines (also known as NDJSON — Newline Delimited JSON) is a text format where each line is a self-contained, valid JSON value, typically a JSON object. It is widely used for streaming data, log files, and large data exports because files can be read and written one record at a time without loading the entire document into memory. Common file extensions are .jsonl and .ndjson.