Lægernes Bank API Access & Open Banking Data | open-banking.io

Lægernes Bank serves Denmark's medical community, and open-banking.io lets you reach its account and transaction data without certificates, screen-scraping, or handing anyone your credentials. It's a PSD2-based service covering 2,600+ EU and UK banks, where every figure you retrieve is decrypted on your own device with a key that never leaves it. Whether you hold a personal account or run practice finances through a business account, you get one consistent way to pull balances and movements.

How to connect Lægernes Bank

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

  1. Sign up for open-banking.io and set your encryption passphrase. Your keys are generated locally on your device, so only you can ever unlock your data.
  2. In the dashboard, pick Lægernes Bank and choose the account type you need — business or personal.
  3. You're redirected to Lægernes Bank's own secure login, where you approve access on the bank's PSD2 consent screen.
  4. Your accounts sync back into the dashboard. Consent lasts up to 180 days, after which you simply re-approve.

Lægernes Bank has no BIC listed in our directory, so selecting it by name in the dashboard is the reliable route.

Access your data

Reading data programmatically is an optional developer step you take after connecting. 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. Every request carries an X-Api-Key header, and each response is decrypted locally with your own key. Because open-banking.io is zero-knowledge and holds only your public key, an API key alone returns nothing but ciphertext — the readable data exists only on your machine.

All of this runs for around EUR 3/month, with no eIDAS certificate or bank partnership required.

Does open-banking.io see my Lægernes Bank data?

No. It's zero-knowledge: your data is decrypted locally with a key only you hold. The servers store only your public key.

Can I connect Lægernes Bank from the CLI?

No. Connecting is done in the dashboard via the bank's consent screen. The CLI and SDK only read and sync connections you've already made.

Up to 180 days for Lægernes Bank, then you re-approve access through the same dashboard flow.

Start at open-banking.io.