utility for generating ledger transactions from ofx
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Alexander Avery 3601f449c9 starting ofx and xml generators 2 years ago
LICENSE Initial commit 2 years ago
README.md generate simple transactions 2 years ago
generators.go starting ofx and xml generators 2 years ago
go.mod generate simple transactions 2 years ago
go.sum generate simple transactions 2 years ago
lox.cfg.example generate simple transactions 2 years ago
main.go starting ofx and xml generators 2 years ago
transactions.go starting ofx and xml generators 2 years ago

README.md

lox - ledger from ofx

Simple command line utility to generate ledger transactions from OFX xml data. The generated ledger transactions are printed to stdout. The OFX data can come from other programs or the disk, lox does not support connecting to your bank or other financial institutions; it simply reads from the disk, or stdin.

You can specify a configuration file to map vendor names and account numbers to specific account names in your ledger files. A basic example configuration is provided in this repository as lox.cfg.example

Programs and libraries you can use with lox:

  • ofxtools - Python library and cli for downloading financial information
  • ofxgo - Go library for downloading financial information (lox uses ofxgo to parse ofx data)