Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.09 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.09 KB

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