This tool allows you to import transactions from your FinTS enabled bank into Firefly III.
- node >= v16 ->
node --version
- yarn installed ->
yarn --version
git clone https://github.com/alangecker/firefly-iii-fints-importer-node.git
cd firefly-iii-fints-importer-node
yarn install
Copy and adjust the file configs/example.yaml
# show help
yarn cli --help
# import new transactions from all bank accounts
yarn cli --config configs/myself.yaml --all
# import transactions from a single bank account
yarn cli --config configs/myself.yaml --iban DE58430609671220123300
# import transaction from a .mta file instead
yarn cli --config configs/myself.yaml --iban DE58430609671220123300 --import_file transactions.mta
e.g. on a really slow pi (lovely greetings to milan :D)
yarn build
# use this from now on
node dist/cli.js --help