Skip to content
Eden Engine

Swedish Company Registry Lookup (by Organisationsnummer)

omnial/x402-swedish-company-data

Given a Swedish organisationsnummer, returns the company's registered legal name, current status, incorporation date, registered address, VAT number, SNI industry codes, and any ongoing insolvency or liquidation procedures from the official Swedish company register.

activeper callv1
Provider
Web & Business Data Network
Category
company-enrichment
Provider price
$0.081081 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "org_number"
  ],
  "properties": {
    "org_number": {
      "type": "string",
      "description": "Swedish organisationsnummer (10 digits, e.g. 556703-7485)"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "meta": {
      "type": "object",
      "properties": {
        "provenance": {
          "type": "object",
          "properties": {
            "source": {
              "type": "string",
              "description": "The government registry this data comes from."
            },
            "license": {
              "type": "string",
              "description": "e.g. 'CC BY 4.0'."
            },
            "fetched_at": {
              "type": "string",
              "description": "When Omnial retrieved this record from the registry, ISO 8601."
            },
            "attribution": {
              "type": "string",
              "description": "Required attribution line for this data."
            },
            "source_note": {
              "type": "string",
              "description": "The legal basis for republishing this data."
            }
          },
          "additionalProperties": false
        }
      },
      "description": "Provenance of the underlying registry data.",
      "additionalProperties": false
    },
    "status": {
      "type": "string",
      "description": "'active' on both real calls observed; other values (e.g. a deregistered or bankrupt status) are documented by the registry but unconfirmed against a real call."
    },
    "is_active": {
      "type": "boolean",
      "description": "true on both real calls observed (both active companies); a false value for a deregistered company is unconfirmed against a real call."
    },
    "sni_codes": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "code": {
            "type": "string"
          },
          "description": {
            "type": "string"
          }
        },
        "additionalProperties": false
      },
      "description": "The company's Swedish industry classification (SNI) codes."
    },
    "legal_form": {
      "type": "string",
      "description": "e.g. 'Övriga aktiebolag'."
    },
    "legal_name": {
      "type": "string",
      "description": "The company's full legal name. Identical to company_name on both real calls observed; not confirmed to always match."
    },
    "org_number": {
      "type": "string",
      "description": "The Swedish organisationsnummer, echoed back in the input's own format."
    },
    "vat_number": {
      "type": "string",
      "description": "Swedish VAT registration number."
    },
    "company_name": {
      "type": "string",
      "description": "The company's registered trading name."
    },
    "company_type": {
      "type": "string",
      "description": "e.g. 'Aktiebolag'."
    },
    "country_code": {
      "type": "string",
      "description": "ISO country code, 'SE' on every real call."
    },
    "legal_form_code": {
      "type": "string",
      "description": "e.g. '49'."
    },
    "registered_date": {
      "type": "string",
      "description": "Date the company was first registered."
    },
    "tier_2_available": {
      "type": "boolean",
      "description": "false on both real calls observed -- see tier_2_available_reason."
    },
    "ubo_availability": {
      "type": "string",
      "description": "'unavailable_no_registry' on both real calls observed."
    },
    "alternative_names": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Other registered names for the company. Empty on both real calls observed."
    },
    "company_type_code": {
      "type": "string",
      "description": "e.g. 'AB'."
    },
    "date_incorporated": {
      "type": "string",
      "description": "The company's incorporation date. Identical to registered_date on both real calls observed."
    },
    "deregistered_date": {
      "type": [
        "string",
        "null"
      ],
      "description": "Date the company was deregistered, if it has been. null on both real calls observed (both active)."
    },
    "ongoing_procedures": {
      "type": "array",
      "items": {},
      "description": "Ongoing insolvency, liquidation, or similar legal procedures against the company. Empty on both real calls observed (both active, unencumbered companies) -- the shape of a populated entry is unconfirmed."
    },
    "registered_address": {
      "type": "object",
      "properties": {
        "city": {
          "type": "string"
        },
        "street": {
          "type": [
            "string",
            "null"
          ],
          "description": "Street address. A real, non-null value on one call and null on the other -- not always present."
        },
        "country": {
          "type": "string",
          "description": "e.g. 'Sverige'."
        },
        "co_address": {
          "type": [
            "string",
            "null"
          ],
          "description": "A 'care of' addressee line, when the company's registered address is filed through a third party. null on both real calls observed; unconfirmed what a populated value looks like."
        },
        "postal_code": {
          "type": "string"
        }
      },
      "description": "The company's registered address.",
      "additionalProperties": false
    },
    "business_description": {
      "type": "string",
      "description": "The company's stated business purpose, in Swedish, as filed with the registry."
    },
    "deregistration_reason": {
      "type": [
        "string",
        "null"
      ],
      "description": "Reason the company was deregistered, if it has been. null on both real calls observed (both active)."
    },
    "primary_registration_id": {
      "type": "string",
      "description": "The company's primary registry identifier. Identical to org_number on both real calls observed."
    },
    "tier_2_available_reason": {
      "type": "string",
      "description": "Why extended (tier-2) data, such as legal representatives, is unavailable."
    },
    "ubo_availability_reason": {
      "type": "string",
      "description": "Why ultimate-beneficial-owner data is unavailable."
    }
  },
  "description": "The company record, as returned at routing.responseResultPath ($.output), narrowed to the fields responseShaping forwards. Both real calls observed were active companies -- the shape of a deregistered or bankrupt company's record is unconfirmed beyond the fields explicitly noted as nullable below.",
  "additionalProperties": false
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.081081
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 25, 2026