How to Create a Mint Import CSV of Transactions Using Python

Mint still does not have a bulk transaction import tool. This script allows users to import a csv of transactions into Mint using python 3. We’ll review the use case for importing transactions to Mint, the search for existing software to do this, and my process for writing this import tool. Source code and walkthrough provided in article.

Continue Reading →