libofx

Parse and process OFX financial data files and bank statements.

brewmacoslinux
Try with needOr install directly
Source

About

Library to support OFX command responses

Commands

ofxdumpofxconnect

Examples

convert OFX file to readable text format$ ofxdump -e STMTRS mybank.ofx
extract account information from OFX statement$ ofxdump -e STMTRS -t ofx mybank.ofx | head -20
validate OFX file syntax and structure$ ofxdump mybank.ofx > /dev/null && echo 'Valid OFX file'
parse OFX response and show transaction details$ ofxdump -e BANKTRANRS mystatement.ofx
list supported OFX message sets and versions$ ofxconnect --help