A console app which counts the total amount of payments in each different currency and converts them to euros, using as input a csv file. The app also inserts payments in an sqlite database. For currency rates a REST API is used. File paths need some fixing, the console app was build for specific project.