QXF File Format Spec

5.6k Views Asked by At

Where can I find a specification or parser/reader library for Quicken Exchange Format (.qxf)?

QXF's predecessor format, Quicken Interchange Format (.qif) is somewhat documented. There are various third-party libraries which can be used to read and programmatically manipulate QIF files. However, I can't find anything describing the spec for QXF files and third-party tooling for it appears almost non-existent.

I'm guessing there might not be a published spec (thus the lack of third-party tooling) but I thought I would check here just in case I am mistaken. :-)

Note: This question is about qxf files (used to import and export data from Quicken) not Quicken Web Connect (.qfx) files (used to load financial institution transactions into Quicken).

2

There are 2 best solutions below

0
On

The QXF file does not appear to be an XML file. Rather, the file appears to be in an encrypted format. The file, when opened in Notepad++, shows no human readable data and shows mainly binary coded data. I am not encryption expert, but the data sure look like they are encrypted.

1
On

Quicken rarely publish specifications for their data interchange formats and the best option is to "reverse engineer" an exported qxf file (which I assume is an XML file) and generate code able to parse the files. Of-course, this is fraught with the danger that an XML file does not define the value properties and may not list all the fields if not populated (i.e non mandatory fields).

If you have a "maximum usage" qxf file and require help in generating code to parse it, then provide one.