Official Phase 1 Release

The standard API for Nordic company data.

One endpoint to fetch verified registration, address, and status data from registries across Sweden, Norway, Finland, and Denmark.

Developer Docs
Registries:
BRREG (NO) PRH (FI) BOLAGSVERKET (SE) CVR (DK)
Interactive Console
GET/v1/company/
200 SUCCESSLATENCY: 42ms

Enterprise-grade company lookups.

NordFetch provides a clean, reliable abstraction over messy government APIs, allowing you to scale without worrying about shifting registry formats.

Unified Schema

Data from all Nordic countries is mapped to a single JSON model. Integration is identical for Norway, Finland and beyond.

  • STRICT PYDANTIC MODELS
  • TYPE-SAFE RESPONSES
  • SINGLE INTERFACE

Smart Routing

Zero configuration. Our engine automatically detects the country and registry format based on the provided ID.

  • REGEX PATTERN MATCHING
  • ZERO CONFIG
  • MULTI-REGISTRY SUPPORT

Registry Polite

Integrated Redis caching layer avoids overloading official registries and ensures microsecond response times.

  • REDIS BACKED
  • RATE LIMIT HANDLING
  • UPSTREAM PROTECTION

Implementation that takes minutes, not weeks.

Standardized HTTP headers, simple authentication, and clear JSON models. We've optimized every line to ensure you get data into your app as fast as possible.

  • OpenAPI 3.1 Specification
  • Official SDKs coming soon
  • Retry logic & 99.9% uptime
curl -X GET "https://api.nordfetch.com/v1/company/915933149" \
  -H "Authorization: Bearer sk_live_your_key"