LEI data from GLEIF, the Global Legal Entity Identifier Foundation, under CC0 1.0.
Croma is not affiliated with GLEIF, and GLEIF does not endorse or supply this
service.
The whole source, organized and ready to query: every endpoint on this page answers in milliseconds. Every response carries
as_of: how current the data is. How datasets work.Search entities
POST /global/gleif/entities-search/v1 Dataset
Searches every LEI record by any combination of name, place, register number,
category and status.
as_of, the applied filters, total, page, per_page, total_pages, count and entities[], by legal name.
Every entity carries lei, legal_name, legal_name_language, other_names[] and transliterated_names[] ({ name, language, type }), all_names[], legal_address and headquarters_address ({ first_line, number, number_within_building, mail_routing, additional_lines[], city, region, country, postal_code, language }), other_addresses[] and transliterated_addresses[] (the same, with a type), country, jurisdiction, registration_authority, other_registration_authority, registered_as, category, sub_category, legal_form_code (ISO 20275), other_legal_form, associated_entity, entity_status, creation_date, expiration_date, expiration_reason, successor_entities[], events[] (legal entity events: name changes, mergers, dissolutions, with the fields each affected), initial_registration_date, last_update_date, registration_status, next_renewal_date, managing_lou, validation_sources, validation_authority, other_validation_authorities[] and conformity_flag.
Empty fields are null. Dates are UTC ISO 8601.
One entity and its parents
POST /global/gleif/entity/v1 Dataset
Resolves one LEI and returns the record, its parents and its children.
found, lei, as_of, entity (null when not found), direct_parent and ultimate_parent (each a relationship with parent_name, or null), other_parents[] (fund manager, umbrella fund, master fund, head office), reporting_exceptions[] ({ category, reasons[], exception_references[] }: why no parent is reported), children[] (up to 100 relationships that name this entity as parent, with child_name, current ones first) and children_total.
Every entity carries lei, legal_name, legal_name_language, other_names[] and transliterated_names[] ({ name, language, type }), all_names[], legal_address and headquarters_address ({ first_line, number, number_within_building, mail_routing, additional_lines[], city, region, country, postal_code, language }), other_addresses[] and transliterated_addresses[] (the same, with a type), country, jurisdiction, registration_authority, other_registration_authority, registered_as, category, sub_category, legal_form_code (ISO 20275), other_legal_form, associated_entity, entity_status, creation_date, expiration_date, expiration_reason, successor_entities[], events[] (legal entity events: name changes, mergers, dissolutions, with the fields each affected), initial_registration_date, last_update_date, registration_status, next_renewal_date, managing_lou, validation_sources, validation_authority, other_validation_authorities[] and conformity_flag.
Empty fields are null. Dates are UTC ISO 8601.
Every relationship carries id, child_lei, parent_lei, relationship_type, relationship_status, periods[] ({ start_date, end_date, type }), qualifiers[] (the accounting standard), quantifiers[] (the consolidation percentage), initial_registration_date, last_update_date, registration_status, next_renewal_date, managing_lou, validation_sources, validation_documents, validation_reference, current and withdrawn_at (when GLEIF withdrew it, if it has).
Search relationships
POST /global/gleif/relationships-search/v1 Dataset
Lists the relationships of a child, of a parent, or of a kind.
as_of, the applied filters, total, page, per_page, total_pages, count and relationships[].
Every relationship carries id, child_lei, parent_lei, relationship_type, relationship_status, periods[] ({ start_date, end_date, type }), qualifiers[] (the accounting standard), quantifiers[] (the consolidation percentage), initial_registration_date, last_update_date, registration_status, next_renewal_date, managing_lou, validation_sources, validation_documents, validation_reference, current and withdrawn_at (when GLEIF withdrew it, if it has).
Full reference
Schemas, all response fields, and an interactive playground.