An unofficial Python wrapper for the Monarch Money GraphQL API. Version 0.1.15 provides access to accounts, transactions, budgets, categories, and more. Release cadence is irregular, with frequent bugfixes for API changes.
pip install monarchmoneyVerified import paths — ran on the pinned version, not inferred.
Initialize MonarchMoney, log in, and fetch accounts.
Run: rm -fR .mm in the directory where the session was saved, then re-authenticate.
Use monarchmoney==0.1.15 in your requirements.txt or poetry.lock.
Limit request frequency and avoid scraping; use as intended for personal finance management.
Delete the .mm session file: rm -fR .mm and then call mm.login() again.
Install using pip: pip install monarchmoney
Use: from monarchmoney import MonarchMoney
Check your internet connection and ensure no proxy blocks requests to api.monarchmoney.com.
No dependency data recorded yet.