{"library":"monarchmoney","title":"Monarch Money API","description":"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.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install monarchmoney"],"cli":null},"imports":["from monarchmoney import MonarchMoney"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from monarchmoney import MonarchMoney\n\nmm = MonarchMoney()\nmm.login(username='your-email', password='your-password')\naccounts = mm.get_accounts()\nprint(accounts)","lang":"python","description":"Initialize MonarchMoney, log in, and fetch accounts.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}