Skip to content

simse/ynab-connect

Repository files navigation

ynab-connect

Tool to sync unsupported sources to YNAB tracking accounts.


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.

Supported Sources

  • Trading 212
  • UK Student Loans

Quick start

Create a config file

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"

Start ynab-connect Docker container

docker run -d --name ynab-connect \
  --mount type=bind,src=./config.yaml,dst=/config.yaml \
  ghcr.io/simse/ynab-connect:latest

About

Tool to sync unsupported sources to YNAB tracking accounts

Topics

Resources

Stars

Watchers

Forks

Packages