Skip to content
Scott Robertson edited this page Feb 1, 2018 · 22 revisions

To import your Monzo bank history, you will need a Monzo personal access token, Monzo account ID and your YNAB account id.

  • You can get your Monzo access token here
  • Once you have logged into the developer dashboard above, click on the "List Accounts" endpoint, and get the account_id from there.
  • Get your YNAB account ID

To import your Monzo history, just run the following:

Import::Monzo.new(monzo_access_token, monzo_account_id, ynab_account_id).import
Clone this wiki locally