Skip to content

vtainio/Nordea-to-YNAB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nordea-to-YNAB

Build Status

Sponsored

This is a simple command line utility for sending transactions exported from Nordea (tested with the Finnish version) and sending them directly to YNAB.

Setting up

Install dependencies with

pip install -r requirements.txt

Create a file called .env and format it followingly:

YNAB_USERNAME=username
YNAB_PASSWORD=password

and replace username and password with your own YNAB credentials.

After that you can create a directory called transactions and place your exports there.

Then you simply need to call python run.py --file <your_file_name> to send the transactions to YNAB.

Testing

You can run the tests with the command:

$ py.test

You can find more information about the provied fixtures in: FIXTURES.md

Legal

View LICENSE for detailed information.

About

Import transactions from Nordea to YNAB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages