Sparkasse Nienburg Open Banking & API Access Guide

Sparkasse Nienburg (BIC NOLADE21NIB) serves Niedersachsen with both business and personal banking, and open-banking.io lets you reach that account data without certificates, eIDAS registration or a PSD2 licence of your own. The service supports 2,600+ EU and UK banks, encrypts everything on your own device, and costs around EUR 3 per month. Because it is zero-knowledge, open-banking.io only ever holds your public key — the decryption key that turns your balances and transactions back into readable data never leaves your machine.

How to connect Sparkasse Nienburg

Connecting happens entirely in 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 an encryption passphrase. Your key pair is generated locally on your device at this moment.
  2. In the dashboard, pick Sparkasse Nienburg from the bank list and choose the account type you need — business or personal.
  3. You are redirected to Sparkasse Nienburg's own secure login, where you approve access under PSD2. Your credentials go only to the bank, never to open-banking.io.
  4. Once approved, your accounts sync back into the dashboard. Consent lasts up to 180 days, after which you simply re-approve on the bank's screen.

Access your data

Reading the data programmatically is an optional developer step you take after the connection exists. Open 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 you can use the CLI (openbanking accounts, openbanking transactions, openbanking sync), an SDK, or the REST API. Requests authenticate with the X-Api-Key header, and every response is decrypted locally with your own key. Note that the CLI and SDK only read and sync connections that already exist — they cannot create one. An API key on its own returns nothing but ciphertext; without your private key the data stays unreadable, which is what keeps the system zero-knowledge.

Does open-banking.io see my Sparkasse Nienburg login?

No. You enter your credentials only on Sparkasse Nienburg's own consent screen. open-banking.io never receives them.

Can I get both business and personal accounts?

Yes. Sparkasse Nienburg exposes business and personal account types, and you choose which to connect when you add the bank.

How often do I need to reconnect?

PSD2 consent for Sparkasse Nienburg lasts up to 180 days. When it expires, re-approve on the bank's screen to keep syncing.

Start at open-banking.io.