Skip to content

An ofxstatement plugin that converts Quicken Interchange Format (QIF) formatted bank transaction files to Open Financial Exchange (OFX) format.

License

Notifications You must be signed in to change notification settings

robvadai/ofxstatement-qif

Repository files navigation

OFX Statement QIF plugin

Workflow Status Coverage Status Code style: black

Summary

Converts Quicken Interchange Format (QIF) formatted bank transaction files to Open Financial Exchange (OFX) format.

It is a plugin for ofxstatement.

Installation

pip install ofxstatement-qif

Usage

ofxstatement convert -t qif transactions.qif transactions.ofx

Configuration

ofxstatement edit-config

And enter e.g. this:

[qif]
plugin = qif
currency = USD
account = Quiffen Default Account
separator = \n
day-first = true
encoding = utf-8

About

An ofxstatement plugin that converts Quicken Interchange Format (QIF) formatted bank transaction files to Open Financial Exchange (OFX) format.

Resources

License

Stars

Watchers

Forks

Packages

No packages published