Storebrand API Access & Open Banking Data

Storebrand is a Norwegian financial group offering banking, savings and pension services, and its accounts are reachable through open-banking.io without any certificates or eIDAS paperwork. Whether you keep a personal account or run business finances through Storebrand, open-banking.io lets you pull balances and transactions into one place — and, if you write code, query them programmatically. Everything is decrypted on your own device with a key only you hold, so no one else (not even open-banking.io) can read what comes back.

How to connect Storebrand

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

  1. Sign up for open-banking.io and set an encryption passphrase. Your keys are generated locally on your device the moment you set it.
  2. Open the dashboard, search for Storebrand, and choose the account type you hold — business and personal are both supported.
  3. You are redirected to Storebrand's own secure login, where you approve access under PSD2. open-banking.io never sees your bank credentials.
  4. Your accounts sync back into the dashboard. Consent lasts up to 180 days, after which you simply re-approve on Storebrand's screen.

Storebrand has no BIC listed here, so account selection is driven by the dashboard rather than a SWIFT lookup.

Access your data

Once Storebrand is connected, developers can optionally read the data outside the dashboard. On the Developers page, create an API key and export a credentials.json — this bundles the 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. Requests carry your key in the X-Api-Key header, and every response is decrypted locally with your private key. An API key on its own only ever returns ciphertext — the readable data never leaves your machine unencrypted.

This zero-knowledge, certificate-free design is the whole point: open-banking.io stores only your public key, and access to 2,600+ European banks costs about EUR 3/month.

FAQ

Do I need an API key to connect Storebrand?

No. Linking Storebrand is done in the dashboard by approving access on Storebrand's own login. API keys are only for reading data afterwards.

Can open-banking.io see my Storebrand transactions?

No. Data is encrypted to your key and decrypted locally. The service holds only your public key and never your readable data.

Up to 180 days per approval, then you re-confirm on Storebrand's consent screen.

Ready to start? Visit open-banking.io.