Converts Quicken Interchange Format (QIF) formatted bank transaction files to Open Financial Exchange (OFX) format.
It is a plugin for ofxstatement.
pip install ofxstatement-qifofxstatement convert -t qif transactions.qif transactions.ofxofxstatement edit-configAnd enter e.g. this:
[qif]
plugin = qif
currency = USD
account = Quiffen Default Account
separator = \n
day-first = true
encoding = utf-8