Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.75 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.75 KB

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! 😉)