Nordigen
APIConnect to bank accounts via official APIs & access raw transaction data
Overview
Nordigen provides RESTful endpoints to access bank account data (transactions, balances, account details) using PSD2-compliant official bank APIs. Responses are JSON-formatted. Key use cases include personal finance apps for expense tracking, fintech platforms for credit scoring, accounting software for automated reconciliation, and neobanks offering consolidated user account views.
Example Integration (JavaScript)
fetch('https://nordigen.com/en/account_information_documenation/integration/quickstart_guide/')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON Support
- PSD2 Compliant
- Transaction & Balance Data Access
- Multi-Country European Bank Coverage
Frequently Asked Questions
? Is Nordigen free to use?
Yes, Nordigen offers a free tier with limited requests and access to core endpoints. Paid plans are available for higher usage volumes and advanced features like enhanced data categorization.
? Does Nordigen require authentication?
Yes, you need to register for an account to obtain client credentials (client ID and secret) for OAuth2-based authentication.
? What response format does Nordigen use?
All Nordigen endpoints return data in JSON format, including transactions, balances, and account metadata.
Top Alternatives
People Also Ask about Nordigen
Tool Info
Pros
- ⊕ Free Tier Available
- ⊕ Official Bank API Integrations (No Screen Scraping)
- ⊕ Easy-to-Follow Quickstart Guide
- ⊕ High Data Accuracy
Cons
- ⊖ Free Tier Has Rate Limits
- ⊖ Primarily Focused on European Banks
- ⊖ Requires PSD2 Compliance Checks for Commercial Use