Convert QFX to Avro

Convert your Quicken Financial Exchange data to Apache Avro 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.

Apache Avro

Apache Avro is a row-based data serialization format designed to support efficient data encoding and compression. Avro stores data in a compact binary format, which makes it efficient for both storage and transmission. Every Avro file includes a schema that describes the structure of the data stored within it. Avro supports a range of complex data types, including nested records, arrays, and maps. Avro also supports schema evolution, allowing the schema of a dataset to change over time (adding new fields, for example) while maintaining backward compatibility with the older version of the schema.