Skue Sparebank API Access & Open Banking Data

Skue Sparebank is a Norwegian savings bank, and open-banking.io lets you reach its account data without certificates, eIDAS registrations, or a bank-by-bank integration project. As one of 2,600+ EU and UK banks covered by the service, Skue Sparebank slots into a single dashboard where both business and personal accounts sync into one place. Everything you retrieve is decrypted on your own device with a key that never leaves it, so the reach of the platform never comes at the cost of your privacy.

How to connect Skue Sparebank

Connecting happens entirely inside the open-banking.io dashboard — there is no API call, code, or key involved in this step.

  1. Sign up for open-banking.io and set your encryption passphrase. Your key pair is generated locally on your device; open-banking.io only ever holds your public key.
  2. In the dashboard, pick Skue Sparebank and choose the account type you want to link — business or personal.
  3. You are redirected to Skue Sparebank's own secure login, where you approve access under PSD2. This consent lasts up to 180 days, after which you simply re-approve.
  4. Your accounts and transactions sync back into your dashboard, ready to view.

Because you authorise directly on the bank's screen, open-banking.io never sees your Skue Sparebank credentials.

Access your data

Reading Skue Sparebank data programmatically is an optional step you take after connecting. Open the Developers page, create an API key, and export a credentials.json — this bundles your API key together with your private decryption key. From there use the CLI (openbanking accounts, openbanking transactions, openbanking sync), an SDK, or the REST API. Every request carries your key in the X-Api-Key header, and each response is decrypted locally with your private key. Without that key, an API key alone returns only ciphertext — the server has nothing readable to hand over. Note that Skue Sparebank has no BIC on file (BIC n/a); you select it by name in the dashboard.

All of this runs for roughly EUR 3 per month.

Does open-banking.io store my Skue Sparebank data unencrypted?

No. The service is zero-knowledge — it holds only your public key, and decryption always happens on your device.

Can the CLI connect my Skue Sparebank account?

No. The CLI and SDKs only read and sync connections you already approved in the dashboard. There is no connect command.

How long does access last?

Skue Sparebank consent runs up to 180 days per approval, then you re-confirm on the bank's own screen.

Start at open-banking.io.