On Beancount Multitool
In a previous post, I shared why I chose Beancount to track financial data. I have been a user for some time. I have not found importers for Japan financial institutions, so I wrote my own software.
The software has successfully ingested a couple of years of data. The software is available on GitHub: https://github.com/rlan/beancount-multitool. It is written in Python.
The main contribution is ingestion of CSV files from Japan banks and credit card. The transaction categorization is not yet published. Currently, I use regular expressions.
You might also be interested in:
- another software for portfolio tracking and visualization.
- organizing and visualizing spending.
- why I choose to use beancount.
- my investing career.
- using Python and Jupyter notebooks.
- my experience programming in the Swift programming language.