Skip to main content
GET
GLEIF legal entities (Open Feed)

Authorizations

Authorization
string
header
required

GDELT Cloud API key. Send as Authorization: Bearer gdelt_sk_....

Query Parameters

lei
string

One or more LEIs, comma-separated (max 100). Each must pass the ISO 17442 check digit.

name
string

Legal name — normalized-exact or prefix match. Not a substring search.

country
string

ISO-3 country of the legal address (our house convention). Full value list: https://docs.gdeltcloud.com/reference/enums#country

jurisdiction
string

GLEIF's raw legal jurisdiction — alpha-2 or subdivision (US-CA). Observed vocabulary, measured 2026-08-10 (307 distinct values). Values outside it are accepted, not rejected. Discover current values: GET /api/v2/gleif/entities?country=<iso3>&limit=1 — readlegal_jurisdiction``. GLEIF's legal jurisdiction as published — ISO 3166-1 alpha-2 plus alpha-2/subdivision forms such as US-CA. Uppercased but NOT validated by the serve layer, unlike the three GLEIF status enums beside it, so an unlisted jurisdiction returns an empty 200. Values seen in the corpus: https://docs.gdeltcloud.com/reference/enums#gleif_jurisdiction

entity_status
enum<string>

Entity status. Validated against the allowed set; a bad value returns 400 INVALID_ENUM with details.accepted_values. Full value list: https://docs.gdeltcloud.com/reference/enums#gleif_entity_status

Available options:
ACTIVE,
INACTIVE,
NULL
registration_status
enum<string>

LEI registration status — e.g. ISSUED, LAPSED, RETIRED. A LAPSED registration does NOT mean the company ceased to exist. Full value list: https://docs.gdeltcloud.com/reference/enums#gleif_registration_status

Available options:
ISSUED,
LAPSED,
PENDING_TRANSFER,
PENDING_ARCHIVAL,
DUPLICATE,
RETIRED,
ANNULLED,
CANCELLED,
TRANSFERRED,
PENDING_VALIDATION,
PUBLISHED,
MERGED
entity_category
enum<string>

GLEIF entity category — e.g. GENERAL, FUND, BRANCH, SOLE_PROPRIETOR. Full value list: https://docs.gdeltcloud.com/reference/enums#gleif_entity_category

Available options:
GENERAL,
BRANCH,
FUND,
SOLE_PROPRIETOR,
RESIDENT_GOVERNMENT_ENTITY,
INTERNATIONAL_ORGANIZATION
limit
integer
default:50

Rows to return.

Required range: 1 <= x <= 500
cursor
integer

Offset cursor; echo pagination.next_cursor to page.

Required range: x >= 0

Response

Matching LEI records with pagination, applied_filters and meta.attributions[].

The response is of type object.