Skip to main content

Convert QIF files to QFX/OFX format for Quicken and other financial software

Project description

qif-to-qfx

Convert QIF transaction files to QFX (Web Connect) format for import into Quicken and other financial software that supports OFX.

Install

pip install qif-to-qfx

Why

Quicken can only import QIF into new accounts. To import into an existing account, you need QFX format. This tool converts QIF → QFX in one step, handling common problems along the way:

  • Strips split lines — PayPal adds $0 "Fee" splits that cause Quicken to show "Split" instead of the category
  • Auto-balances — generates offsetting entries so the file nets to $0.00 (needed for PayPal-style exports)
  • Adds missing headers — some QIF exports omit the !Account block Quicken requires
  • Deduplicates — combine multiple overlapping QIF files without duplicate transactions

Usage

# PayPal export (auto-balances unmatched subscriptions)
qif-to-qfx ~/Downloads/Download.QIF ~/Downloads/PayPal.qfx --org PayPal

# Bank export that already balances
qif-to-qfx ~/Downloads/Bank.qif --no-balance --org "My Bank"

# Combine multiple files (deduplicates overlapping transactions)
qif-to-qfx jan.QIF feb.QIF mar.QIF -o combined.qfx --org PayPal

# Zip file containing QIF exports
qif-to-qfx ~/Downloads/exports.zip -o combined.qfx --org PayPal

Options

Flag Description
-o FILE Output path (required for multiple inputs)
--no-balance Skip auto-balancing
--org NAME Institution name in QFX header (default: "Import")
--acctid ID Account identifier (defaults to --org value)

If -o is omitted with a single input, writes to <input>-clean.qfx.

Import into Quicken

  1. File → Import → Web Connect (.QFX)
  2. Change Action to "Link to existing account"
  3. Select the target account
  4. Accept All

Claude Code Skill

Also available as a Claude Code skill — see GitHub for install instructions.

Tested With

  • PayPal QIF exports (handles double-entry balancing, subscription mismatches)
  • Chase QIF exports (blank-line separators, CCard type)
  • Quicken Mac import (QFX/Web Connect)

Should work with any QIF source. Open an issue if you find one that doesn't.

Requirements

Python 3.6+. No external dependencies.

Author

Manish Mukherjee

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qif_to_qfx-0.1.1.tar.gz (13.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qif_to_qfx-0.1.1-py3-none-any.whl (9.0 kB view details)

Uploaded Python 3

File details

Details for the file qif_to_qfx-0.1.1.tar.gz.

File metadata

  • Download URL: qif_to_qfx-0.1.1.tar.gz
  • Upload date:
  • Size: 13.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for qif_to_qfx-0.1.1.tar.gz
Algorithm Hash digest
SHA256 45d68610af6f72705c8db17e5f4b3244498a5948bbe8533b90977115cbdf8ebb
MD5 80d28d81bba3111095d39a1f79987328
BLAKE2b-256 e8cf21893de634e613b6547b209d39862581a3b74c88a9cbf19be878a5ee884a

See more details on using hashes here.

File details

Details for the file qif_to_qfx-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: qif_to_qfx-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 9.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for qif_to_qfx-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 55dd7b79591163a5707581677b18e391dbad713dcb8516dd40d8f61e3a9ad9f2
MD5 70a1cb24915e46d85ee2ceee8df8ab62
BLAKE2b-256 f012c977dd7c57c81935bb5fbb55f48ea8de93fd0121433e21b14a38729fc2da

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page