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
Identifiers in API Response
Search Capabilities
Supported Entity Families
Quirks & Gotchas
Company Status
Legal Forms
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.Legal Representatives
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.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
Example API Responses
All examples use real data from the Icelandic Company Register.Search by Name
Search by Name
Query:
GET /v2/search?country=IS&query=MarelCompany Profile (ehf.)
Company Profile (ehf.)
Query:
POST /v2/company with { "id": "5602151420", "countryCode": "IS", "dataPoints": ["company", "legalRepresentatives"] }UBOs (Direct Ownership)
UBOs (Direct Ownership)
Query:
POST /v2/company with { "id": "5602151420", "countryCode": "IS", "dataPoints": ["ultimateBeneficialOwners"] }UBOs (Management as Owner)
UBOs (Management as Owner)
Query: 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).
POST /v2/company with { "id": "6407070540", "countryCode": "IS", "dataPoints": ["ultimateBeneficialOwners"] }Available Documents
Available Documents
Documents are returned when
"dataPoints": ["availableDocuments"] is requested.