Skip to content

Turn Mintos account statements into importable CSVs for Portfolio Performance

Notifications You must be signed in to change notification settings

HerrBertling/mintopp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mintos to Portfolio Performance

This is a very simple and right now incomplete nodejs script to turn Mintos account statements into importable *.csv files for Portfolio Performance.

If you do not know how to run a node script, you should better wait until I've turned this into a simple website 😄

Installation

  1. Clone this repo
  2. cd into the folder
  3. Run npm install

Usage

  1. Export an account statement from Mintos, including interest payments, deposits, affiliate payments
  2. Change the input file to whatever you have via the csvFilePath in index.js
  3. Run node . to let the script run
  4. Add options
  5. Import the generated CSV file into Portfolio Performance
  6. ???
  7. Profit! 💸

Options

Option Description Default
--input Required value Path to the input file (should be in the input folder) none
--delimiter The CSV file delimiter ;
--output File output path output/import-for-portfolio-performance.csv

Roadmap

Hahaha, "roadmap". Well, whatever. Things that should happen:

  • Make input file a config
  • Parse any possible account statement content instead of just a few
  • Make a website where you drop the file & receive some CSV output for that file
  • More documentation!
  • Tests (hahaha! 😉)

About

Turn Mintos account statements into importable CSVs for Portfolio Performance

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published