LEI Code Lookup — Company LEI Search (GLEIF) avatar

LEI Code Lookup — Company LEI Search (GLEIF)

Pricing

from $8.00 / 1,000 per entity founds

Go to Apify Store
LEI Code Lookup — Company LEI Search (GLEIF)

LEI Code Lookup — Company LEI Search (GLEIF)

Look up Legal Entity Identifiers from the official GLEIF database. Pass an LEI code to get the entity behind it, or a company name to find its LEI. Returns legal name, status, jurisdiction, headquarters address and registration dates. Built for KYC, AML, MiFID II and counterparty due diligence.

Pricing

from $8.00 / 1,000 per entity founds

Rating

0.0

(0)

Developer

Gangary

Gangary

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 hours ago

Last modified

Categories

Share

lei-code-lookup

LEI Code Lookup — Company LEI Search (GLEIF)

Look up Legal Entity Identifiers in bulk from GLEIF, the official global LEI foundation. Works in both directions:

  • Have an LEI? Get the entity behind it: legal name, status, jurisdiction, headquarters.
  • Have a company name? Find its LEI (and every related entity that matches).

Built for KYC/AML onboarding, MiFID II / EMIR reporting, counterparty due diligence and any workflow where "who exactly is this legal entity?" must have an auditable answer.

What you get

Real output example:

{
"query": "Petrobras",
"found": true,
"lei": "549300N522D3SS8MKV65",
"legalName": "PETROBRAS NETHERLANDS B.V.",
"entityStatus": "ACTIVE",
"jurisdiction": "NL",
"legalFormId": "54M6",
"city": "ROTTERDAM",
"country": "NL",
"postalCode": "3014 DA",
"addressLine": "WEENA 798 C 23RD FLOOR",
"registrationStatus": "ISSUED",
"initialRegistrationDate": "2013-11-05T03:01:00Z",
"nextRenewalDate": "2026-12-09T00:00:00Z",
"managingLou": "213800WAVVOPS85N2205",
"error": null
}
FieldMeaning
leiThe 20-character Legal Entity Identifier
legalNameOfficial registered name
entityStatusACTIVE / INACTIVE — is the entity alive
jurisdictionCountry of legal registration
city / country / postalCode / addressLineHeadquarters address
registrationStatusLEI registration state (ISSUED, LAPSED…) — LAPSED LEIs fail many compliance checks
nextRenewalDateWhen the LEI is due for renewal
managingLouThe Local Operating Unit maintaining the record

How to use it

  1. Paste LEI codes and/or company names into queries (mix them freely — the actor detects which is which).
  2. Optionally set Max results per name search (default 5).
  3. Run and export CSV/JSON, or call it from your KYC pipeline via API.

Pricing

Small start fee + a fee per entity returned. Queries with no match are not charged per-entity.

ScenarioApproximate cost
50 lookups~US$ 0.41
200 lookups~US$ 1.61
1,000 lookups~US$ 8.01

FAQ

Is this official data? Yes — straight from the GLEIF public API (the foundation that runs the global LEI system). This actor adds bulk handling, name/LEI detection and a flat, spreadsheet-ready output.

What does a LAPSED registration mean? The entity exists but stopped renewing its LEI. Many regulators treat transactions against a lapsed LEI as non-compliant — that's exactly why registrationStatus and nextRenewalDate are in the output.

Can AI agents use this? Yes. The input is a simple list of strings and the output is flat JSON — it plugs into agent workflows via MCP or the Apify API without any parsing gymnastics.

Honest limitations

  • Name search is a full-text match on GLEIF's side: broad names ("Alpha") return many candidates — use maxPerQuery to cap.
  • Not every company has an LEI. No match ≠ company doesn't exist; it means no LEI registration was found.

From the same maker


Keywords: LEI lookup, LEI code search, GLEIF API, legal entity identifier, KYC data, AML screening, MiFID II LEI check, counterparty due diligence, find company LEI by name.