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).

jurisdiction
string

GLEIF's raw legal jurisdiction — alpha-2 or subdivision (US-CA).

entity_status
string

Entity status. Validated against the allowed set; a bad value returns 400 INVALID_ENUM with details.accepted_values.

registration_status
string

LEI registration status — e.g. ISSUED, LAPSED, RETIRED. A LAPSED registration does NOT mean the company ceased to exist.

entity_category
string

GLEIF entity category — e.g. GENERAL, FUND, BRANCH, SOLE_PROPRIETOR.

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.