Firefly iii Importer from YNAB 4
Project description
Simple importer for moving from YNAB4 (You Need A Budget) to Firefly-iii.
What?
This tool lets you migrate your financial history from YNAB 4 (not nYNAB) to Firefly-iii with minimal manual actions. It’s written in Python and has the following features:
Create asset accounts, budgets, budget history, categories, revenue accounts, expense accounts.
Import splits accurately!
Automatically verifies the integrity of import by comparing Running Balance in YNAB 4 to Firefly iii
Foreign currency support - convert to foreign amounts in Firefly-iii seamlessly. Also gets real amounts from memo if that’s part of your YNAB workflow.
Idempotent imports! Ran into an error mid-import? Just run it again after correcting the problem.
Handle inactive budgets
Caches firefly data so re-runs are fast
These cases are unsupported / not on the roadmap:
Importing budget limits - YNAB 4’s secret sauce is the rules. One of those rules - live on last month’s income doesn’t match how Firefly budgets things. So this will require some more thought / investigation on how to set up sanely.
Multiple foreign currencies (rare, but possible)
Why?
YNAB 4 is (was?) a desktop software with support for sharing using external mechanisms like Dropbox or just local file sharing like Airdrop. After version 4, YNAB went online with monthly subscription, all data on the cloud and stopped supporting YNAB 4. If you don’t like your financial data on the cloud, very few alternatives exist, and Firefly is one of the solid ones.
Firefly iii gives you control over where you want to host the application - local / in your own cloud etc, provides most of the features that YNAB 4 did and then some. Reports in particular are :100:.
However, if you have historical data in YNAB 4 like I do, starting fresh means throwing away all that history. Firefly iii does support migration from nYNAB (the cloud version) natively, but not from YNAB 4. There’s also a csv importer but it misses a lot of things that this tool fixes, such as:
Doesn’t import budget history.
Need manual management of accounts (otherwise it gets confused about “Citi” the asset account with “Citi” the expense account).
Transfers get duplicated because YNAB stores them as two transactions.
Splits are a whole can of worms.
No support for foreign transactions
Flaky import - doesn’t really work for imports of more than 500 transactions at a time and fails intermittently.
How?
Pre-requisites:
Python 3.8+
Setup:
Install: pip install Firefly-YNAB4-Importer
Export YNAB 4 data to local disk
Setup config (see config.example.toml for documentation)
Backup Firefly iii database! (IMPORTANT!)
Either using Firefly iii export, or just backing up your SQL database.
Run import:
export FIREFLY_III_URL=<firefly url> export FIREFLY_III_ACCESS_TOKEN=<firefly access token> firefly-ynab4-importer import <config file> "<register path>" "<budget path>"
where:
<firefly url> is the url for your firefly installation
<firefly access token> is the personal access token for your user
<config file> is the path to config file created earlier
- <register path> is the path to the YNAB export register file (the one named
<budge name> as of <timestamp>-Register.csv)
- <budget path> is the path to the YNAB export budget file (the one
named <budge name> as of <timestamp>-Budget.csv).
Remember to double quote since that path contains spaces.
Additional options:
Limit imports to certain dates (this is useful in verifying that import works fine for your use case)
firefly-ynab4-importer import <config file> "<register path>" "<budget path>" "<start month>" "<end month>"
Development
Setup:
Install python 3.8+ using favorite tool e.g. Pyenv.
Optionally create virtualenv using your favorite method e.g. Pyenv virtualenv.
Install requirements: pip install -e .[dev]
Verify Firefly-YNAB4-Importer runs cleanly.
Publish new version:
python setup.py sdist bdist_wheel twine upload dist/*
Bugs
We use GitHub issues for tracking bugs and feature requests. YNAB 4 and Firefly iii are both fairly complicated software. It’s not only possible, but likely that you’ll run into issues if your setup is moderate to high level of customization.
If you find a bug, please open an issue.
Contributing
If you find this useful and want to contribute, here’s a list of feature I’d like to add -
Import Reconciliation transactions correctly
Investigate budget history support
Multiple foreign currencies (rare, but possible)
Command to clear cache, and move cache to appropriate directory depending on platform (e.g. ~/.cache on Unix)
Better error handling - guide user on how to correct problems
Testing
Set up test fixtures for inputs and expected outputs
Verify all the options in Config work correctly
Type checking - mypy checks.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Firefly-YNAB4-Importer-0.3.1.tar.gz
.
File metadata
- Download URL: Firefly-YNAB4-Importer-0.3.1.tar.gz
- Upload date:
- Size: 20.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f737ff807ed1f0955f58207af8e8c529e0866819130617a649502b1b00166df |
|
MD5 | 392d9b6ff4e0195b579e51504f23333f |
|
BLAKE2b-256 | ee92e690aef09a8f2fb33dff841af3d2ebae8c4fae87297830a120d3c8cc1c1d |
File details
Details for the file Firefly_YNAB4_Importer-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: Firefly_YNAB4_Importer-0.3.1-py3-none-any.whl
- Upload date:
- Size: 19.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 080bf228d8a1b586329217534235f95800fb2e292d8c7a7606cdd53a3505090c |
|
MD5 | 29895918130b453d28c03d2b02f1adaa |
|
BLAKE2b-256 | 8601f7342d1caa48a888bb93fd9e562f18cce3cb5c104293f6f585982d56e634 |