Warning
ynab-connect is still in early development. You may encounter bugs or missing features. Please report any issues you find right here on Github.
- Trading 212
- UK Student Loans
ynab:
accessToken: "YOUR_YNAB_ACCESS_TOKEN"
budgetId: "YOUR_YNAB_BUDGET_ID"
accounts:
- name: "Stocks ISA" # Friendly name for the account
type: "trading212"
interval: "@daily" # Cron expression for how often to sync
ynabAccountId: "YOUR_YNAB_ACCOUNT_ID" # YNAB account to sync to
trading212ApiKey: "YOUR_TRADING_212_API_KEY"
trading212ApiSecret: "YOUR_TRADING_212_API_SECRET"docker run -d --name ynab-connect \
--mount type=bind,src=./config.yaml,dst=/config.yaml \
ghcr.io/simse/ynab-connect:latest