ofx2qif
Open Financial Exchange programs
Install
- All systems
-
curl cmd.cat/ofx2qif.sh
- Debian
-
apt-get install ofx
- Ubuntu
-
apt-get install ofx
- Arch Linux
-
pacman -S libofx
- Kali Linux
-
apt-get install ofx
- Fedora
-
dnf install ofx
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ofx
- OS X
-
brew install libofx
- Raspbian
-
apt-get install ofx
- Dockerfile
- dockerfile.run/ofx2qif
ofx
Open Financial Exchange programs
This package contains programs that implement a primitive interface for exchanging financial information using Open Financial Exchange. More sophisticated access is normally done through programs using the libofx library rather than with the programs here.
libofx
This is the LibOFX library. It is a API designed to allow
applications to very easily support OFX command responses, usually provided by financial institutions. See http://www.ofx.net/ofx/default.asp for details and specification.