Access Nordea (Finland) Data — Nordea Open Banking
Pulling live balances and transactions out of Nordea (Finland) usually means wrestling with PSD2 certificates, sandbox registrations and OAuth scopes. open-banking.io removes all of that. You approve access once on Nordea's own login, and your accounts stream into a dashboard where the data is decrypted on your device with a key nobody else holds.
Nordea in Finland (BIC NDEAFIHH) is fully supported for both business and personal accounts, with PSD2 consent valid for up to 180 days before you re-approve.
How to connect Nordea
Connecting happens entirely inside the open-banking.io dashboard — there is no code, endpoint or key involved in this step.
- Sign up at open-banking.io and set an encryption passphrase. Your keys are generated locally on your device from that passphrase.
- In the dashboard, search for Nordea (Finland) and choose whether you're linking a business or personal account.
- You're redirected to Nordea's own secure login, where you authenticate and approve the PSD2 consent directly with the bank.
- Once approved, your Nordea accounts and transactions sync back into your dashboard — encrypted so only you can read them.
Access your data
Reading Nordea data programmatically is an optional step you take after the connection exists. On the Developers page, create an API key and export a credentials.json — it bundles the API key with your private decryption key. From there 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. The API key alone only ever returns ciphertext — without your private key, the payload stays unreadable. There is no connect command; the tooling reads and syncs the connection you already approved.
Privacy and pricing
open-banking.io is zero-knowledge: its servers hold only your public key and can never decrypt your Nordea data. No eIDAS certificate, no bank-specific onboarding — just about EUR 3/month for access to 2,600+ EU/UK banks.
Do I need a PSD2 certificate for Nordea?
No. open-banking.io is certificate-free; you approve access on Nordea's own consent screen.
How often do I re-authorise?
Nordea consent lasts up to 180 days, after which you re-approve in the dashboard.
Can open-banking.io read my Nordea transactions?
No. Data is decrypted only on your device with a key you alone hold.
Start at open-banking.io.