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.
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.
install.packages("devtools")
devtools::install_github("eteppo/r-nordea-tools")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.