Skip to content

This tool allows you to import transactions from your FinTS enabled bank into Firefly III

License

Notifications You must be signed in to change notification settings

alangecker/firefly-iii-fints-importer-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firely III fints importer

This tool allows you to import transactions from your FinTS enabled bank into Firefly III.

Requirements

  • node >= v16 -> node --version
  • yarn installed -> yarn --version

Setup

git clone https://github.com/alangecker/firefly-iii-fints-importer-node.git
cd firefly-iii-fints-importer-node
yarn install

Configuration

Copy and adjust the file configs/example.yaml

Example Commands

# 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

Speeding up script

e.g. on a really slow pi (lovely greetings to milan :D)

yarn build

# use this from now on
node dist/cli.js --help

About

This tool allows you to import transactions from your FinTS enabled bank into Firefly III

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published