Skip to main content

Start here

This guide contains public integration notes for Iceland. Use it for identifier formats, search behavior, and country-specific caveats. The live source of truth for coverage, pricing, data sources, documents, legal forms, roles, and status values is the pricing page.

Iceland coverage, pricing, and sources

Open the current catalog for supported datapoints, documents, sources, identifiers, and availability.
Country details below are preserved as integration notes. If a table or example conflicts with the live pricing page, use the pricing page as the source of truth and contact support.

Data Sources

Iceland uses a single official government registry. All company data comes from the Skatturinn Company Register. There are no fallback registries or secondary data sources.
  • Skatturinn (RSK Fyrirtækjaskrá). The Icelandic Directorate of Internal Revenue (Ríkisskattstjóri) maintains the Company Register (Fyrirtækjaskrá). The register provides company profiles, legal representatives, UBO data, ÍSAT activity codes, VAT numbers, and documents. Accessible at skatturinn.is/fyrirtaekjaskra/.
Single-source model. All entity data comes from Skatturinn. The company register page is scraped for company profiles, legal representatives, UBOs, and available documents. Search is performed directly on the register. There is no API; all data is extracted via HTML scraping.

Company Identifiers

Query Identifiers

Kennitala Format: Icelandic kennitala is a 10-digit number. For companies, the first 6 digits encode the founding date (DDMMYY) and the last 4 are a serial number. The century is determined by the 10th digit: 9 = 1900s, 0 = 2000s. Example: 5602151420 → founded 15th of some month in 20xx.

Identifiers in API Response

Search Capabilities

Search Performance: Use kennitala searches for exact matching. Name searches are performed live on skatturinn.is and may be slower.
Single-result redirect. When a name search returns exactly one result, skatturinn.is redirects directly to the company profile page instead of showing a search results table. The integration handles this transparently.

Supported Entity Families

Quirks & Gotchas

Company Status

AI-enriched legal forms. Legal form codes (e.g., E1) and Icelandic names are extracted from the registry. The standardized English translation and ISO 20275 mapping are provided by the AI legal form enrichment parser.
The HTML registry page lists a single “Forráðamaður” (authorized person/director), but the company profile datapoint enriches this with the free overview PDF to extract the full board plus other key persons when available. Roles are mapped to standardized values:

Ultimate Beneficial Owners (UBOs)

UBO data is extracted from the “Raunverulegir eigendur” section of the company registry page. This data is mandated by Act 82/2019 on measures against money laundering and terrorist financing.

Ownership Type Mapping

Management-as-owner pattern. For companies where no individual holds a qualifying ownership stake, the board may be registered as UBOs with the type “Stjórn skráð sem eigandi” (management registered as owner) and ownership share marked as -. This is common for larger ehf. companies.

Shareholders

Shareholders are extracted via AI reconstruction from free documents (annual accounts and registry overview PDFs). This uses the same pattern as France and Belgium.
AI-reconstructed data. Shareholder data is not available as structured data from the registry. It is extracted from PDF documents using AI, which means accuracy depends on document quality. Results should be verified.

Data Availability Matrix

Legend: ✅ Available | ❌ Not Available | Live = Real-time scraping | AI = AI reconstruction

Documents

Only annual accounts remain standalone. The Trade Register Extract is included in the Iceland company-data block because it is used to build structured company data. The paid certificate (Staðfest vottorð, 2,100 ISK) is not supported.

Pricing

Trade Register Extract is included. Iceland company data already depends on the Gjaldfrjálst yfirlit PDF, so the Trade Register Extract is included in isl-company-data rather than billed separately.

Example API Responses

All examples use real data from the Icelandic Company Register.
Query: GET /v2/search?country=IS&query=Marel
Query: POST /v2/company with { "id": "5602151420", "countryCode": "IS", "dataPoints": ["company", "legalRepresentatives"] }
Query: POST /v2/company with { "id": "5602151420", "countryCode": "IS", "dataPoints": ["ultimateBeneficialOwners"] }
Query: POST /v2/company with { "id": "6407070540", "countryCode": "IS", "dataPoints": ["ultimateBeneficialOwners"] }
Note: When no individual holds a qualifying ownership stake, board members are registered as UBOs with “Stjórn skráð sem eigandi” (management registered as owner).
Documents are returned when "dataPoints": ["availableDocuments"] is requested.