01 / Fast steps
- Drop or select the .qif file.
- Sections and records are parsed, dates normalised, amounts read as numbers.
- Download the CSV and open it anywhere.
Drop a .qif file, the format Quicken and many older finance programs exported for decades, and get a CSV with one transaction per row: date, amount, payee, category, memo. Years of financial history stop being trapped in a format nothing modern opens, and none of it leaves your browser.
Your files never leave your device. This tool even works offline.
01 / Fast steps
02 / Best for
03 / Why here
04 / Keep in mind
Tool connections
Just converted a file here? Click a tool that reads it and your new file is handed over automatically, no re-upload needed.
Good to know
QIF (Quicken Interchange Format) is the text format Quicken introduced in the late eighties to move financial data between programs: sections opened by a !Type header, one field per line keyed by its first letter (D for date, T for amount, P for payee), records closed by a caret. It was replaced by OFX around 2000 because QIF has no transaction IDs, which makes duplicate detection impossible, but decades of archives still exist in it.
Quicken wrote dates in the local convention of the machine, sometimes with an apostrophe separating the year, like 5/13’24. Whether 5/13 means May 13th or is impossible depends on day-first versus month-first writing. This converter scans the whole file first: a single date with a component above 12 settles the convention for every row, which is far safer than assuming a locale.
No. The file is parsed by JavaScript in your browser tab and the CSV is written straight to your disk. It works offline once the page is loaded. Old finance archives are complete pictures of years of life, which is exactly why this tool has no upload step.
Usually yes, most apps import CSV, but be aware of what QIF lacks: there are no unique transaction IDs, so importing overlapping periods twice can create duplicates. If your target app accepts OFX, a cleaner path is converting the CSV again with the CSV to OFX tool, which generates stable IDs precisely to make re-imports safe.
Yes, completely free, with no sign-up and no limits. It runs in your browser, so your files never leave your device.
Convert the QIF here and you have a CSV that Excel, Google Sheets and LibreOffice open directly. If you prefer a real spreadsheet file with typed columns over plain text, run the CSV through the Excel converter and download an .xlsx. CSV XLSX
OFX, whenever you have the choice: it is the newer format and it carries structured fields the QIF era never standardised, currency, account identifiers and unambiguous dates, so it survives the trip between tools with fewer surprises. QIF is the right pick only when it is the only thing the bank offers. Both convert to CSV here. OFX CSV