GLEIF LEI (Legal Entity Identifier) Extractor
Pricing
from $10.00 / 1,000 results
GLEIF LEI (Legal Entity Identifier) Extractor
Extract Legal Entity Identifier records from GLEIF — one legal entity per row, with legal name, address, registration, BIC/MIC. 3.3M+ entities for KYC/AML and entity resolution. Public data.
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer
Farhan Febrian Nauval
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Extract Legal Entity Identifier records from GLEIF — one legal entity per row, with legal name, registered address, registration details, and BIC/MIC codes. The global reference set for KYC/AML, counterparty/entity resolution, and supply-chain due diligence.
Built for compliance and onboarding teams, fintech/regtech, data vendors, and analysts who need a clean company master.
Why use this actor
- 3.3M+ entities (verified) — pull the whole registry, or a slice by country and status.
- One entity per row, with a flat header (
lei,legal_name,country,city,entity_status,registration_status) plus the full raw GLEIF attributes preserved. - No login, no key. Clean JSON:API.
Input
| Field | Type | Description |
|---|---|---|
country | text | Optional ISO-2 of the legal address (US, GB, DE, ID…). |
entityStatus | dropdown | Any / Active / Inactive / Null. |
registrationStatus | dropdown | Any / Issued / Lapsed / Merged / Retired / … |
pageSize | int | 1–200 (default 200). |
maxItems | int | 0 = all matching. |
entityStatus and registrationStatus are pick-lists; country is a free ISO-2 code (documented) since the full country set is large.
Output — LEI_RECORD
Envelope + recordType: "LEI_RECORD" + flat header, then the raw GLEIF attributes object:
{"_input": "country=US; entity=ACTIVE","_source": "S1-gleif","_scrapedAt": "2026-06-03T10:00:00Z","recordType": "LEI_RECORD","lei": "5493001KJTIIGC8Y1R12","legal_name": "BLOOMBERG L.P.","country": "US", "city": "New York","entity_status": "ACTIVE","registration_status": "ISSUED","entity": { "...": "..." },"registration": { "...": "..." },"bic": null, "mic": null}
How it works
- Your country and status filters are applied to the search.
- The actor automatically pages through all matching results (up to 200 per request).
- Each entity streams into the dataset.
Known limits
- Public data — no account needed, runs from any connection. Backs off on HTTP 429.
- Page size capped at 200 by GLEIF → large unfiltered pulls are many requests; filter by country/status to scope.
- Verified live 2026-06-03: total 3,331,178; JSON:API
data[].attributeswithlei,entity,registration,bic,mic.