README.md

r-nordea-tools

Finnish Nordea customers and R users can use r-nordea-tools to quickly analyze their bank data to help manage their finances.

r-nordea-tools is an R toolkit that makes it much easier and faster to analyze Finnish Nordea bank data, including transactions (tapahtumaluettelo) and statements (tiliote). I expect this package to eventually provide (see function reference for current state) simple functions for reading and cleaning raw files, descriptive analysis, modelling, visualization, and fully automatic analysis.

How to get data

You can download your own data from your Nordea online bank account.

Nordea currently archives statements (tiliote) for a six year period and transactions (tapahtumaluettelo) about two years to the past. Only statements include the balance (saldo) of the account. You need to download data intermittently from the disappearing end if you want to analyze data from a longer period.

Installation

install.packages("devtools")
devtools::install_github("eteppo/r-nordea-tools")


eteppo/r-nordea-analyysi documentation built on June 14, 2019, 3:48 a.m.