Quickly convert transactions data from mint into a Sankey chart.
- Download your Mint transaction data by logging into your account clicking on
TRANSACTIONS
and then choosingExport all xxx transactions
at the bottom right of the listed transactions. - Download this repository.
- Unzip the download and navigate to the unziped directory
mint-to-sankey-master
. - Open index.html in your browser, click the
Choose File
button and select the csv you downloaded in step 1. - To confirm things are working as they should, select the file
demo_data.csv
; the resulting chart should be very similar to the one shown above.
Any type of transaction data can be visualized as long as you're uploading a csv with at least the following columns:
Amount
: value of the transactionTransaction Type
: debit or creditCategory
: category for the transaction (e.g. Rent)