Skip to content

acifani/fineco-to-actual

Repository files navigation

fineco-to-actual

Import Fineco account movements to Actual.

This script will download the account movements from your Fineco account and create corresponding transactions in the configured Actual accounts.

As it uses the import function, it does a good job of deduplicating imported transactions, so you should be able to run it as often as you want.

You can choose to sync card movements, account movements, or both.

Running

git clone https://github.com/acifani/fineco-to-actual.git
pnpm install

Some environment variables are required, you can find them in .env.sample. You can create a .env file or export them to your shell manually.

# Use native nodejs .env loader (requires v20.6.0+)
node --env-file=.env ./fineco-to-actual.js

# or export them on your shell however you want
export FINECO_USER_ID=12345678
export ...

node ./fineco-to-actual.js

About

Import Fineco card movements to Actual

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published