Budgeting Tool helps you plan and manage your personal budget. In Ynab you have budgets, each budget has one or more accounts with transactions.
pip install ynab-import
Create config file
example.env
READER=swedbank_csv
WRITER=ynab_api
READ_FROM_PATH=...
YNAB_API_key=**********
YNAB_BUDGET_ID==**********
YNAB_ACCOUNT_ID==**********
ynab-import --help
ynab-import --config example.env check
ynab-import --config example.env import
python -m ynab_import --help
To set up API integration with YNAB you need to create Personal Access Token
.
Go to https://app.youneedabudget.com/settings/developer
and click New Token