Skip to content

robvadai/ofxstatement-qif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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