ToolAssay

Find Legal Entity Identifiers by legal name, optionally filtered to an ISO 3166-

Find Legal Entity Identifiers by legal name, optionally filtered to an ISO 3166-1 alpha-2 country. Returns matching entities with their LEI, verified legal name, registration status, jurisdiction and city/country - the reverse of lookup, for when you have a company name but need its authoritative LEI and legal identity.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
617 msmedian answer time
$0.006listed price per call
$0.006price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://gleif.openverbs.com/v1/search

CategoryCompany and compliance
Provider hostgleif.openverbs.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days7 from 2 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.006 617 ms

Example input (from the provider)

{
  "body": {
    "country": "ex",
    "limit": 10,
    "name": "example"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "country": {
              "description": "Optional ISO 3166-1 alpha-2 country code of the legal address, e.g. \"US\".",
              "maxLength": 2,
              "minLength": 2,
              "type": "string"
            },
            "limit": {
              "default": 10,
              "description": "Maximum number of matches to return (default 10).",
              "maximum": 25,
              "minimum": 1,
              "type": "integer"
            },
            "name": {
              "description": "Legal name (or a distinctive part of it) to search for, e.g. \"Bloomberg Finance\".",
              "maxLength": 200,
              "minLength": 2,
              "type": "string"
            }
          },
          "required": [
            "name"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON