GLEIF LEI Lookup via api.strale.io is a paid API for AI agents from api.strale.io, paid per call via x402, $0.054001/call, status unknown (last checked 2026-09-14).
Look up a Legal Entity Identifier (LEI) or company name against the GLEIF database, returning entity name, jurisdiction, addresses, and registration status.
Look up a Legal Entity Identifier (LEI) via the GLEIF database. Accepts a 20-character LEI or company name. Returns entity name, jurisdiction, addresses, registration status.
Returns the legal entity's full name, jurisdiction, registered and headquarters addresses, LEI registration status (e.g. ISSUED, LAPSED), and associated metadata sourced from the GLEIF global LEI registry.
GEThttps://api.strale.io/x402/lei-lookupUse this endpoint when you need to resolve, validate, or enrich a Legal Entity Identifier (LEI) against the authoritative GLEIF registry — particularly for KYC, AML, compliance workflows, or financial counterparty verification. Prefer this over generic company lookup endpoints when the LEI standard is specifically required (e.g. MiFID II, EMIR reporting). Also useful when you have only a company name and need its official LEI and jurisdiction.
{
"lei": "549300MLUDYVRQOOXS22"
}| Field | Type | Description |
|---|---|---|
| lei | string | 20-character LEI code (e.g. 549300MLUDYVRQOOXS22) |
| company_name | string | Company name to search for in GLEIF (alternative to LEI code) |
{
"lei": "549300MLUDYVRQOOXS22",
"_meta": {
"payment": {
"method": "x402",
"price_usd": 0.054000000000000006,
"settlement_id": "0x118c5285c555298e210259e18839343fa51c71253f9500980a9b1fb648a8bc70"
},
"capability": "lei-lookup",
"latency_ms": 484,
"provenance": {
"source": "gleif.org",
"fetched_at": "2026-06-13T04:24:44.052Z"
}
},
"status": "ACTIVE",
"category": "GENERAL",
"legal_form": "YI42",
"legal_name": "NORDIC CREDIT RATING AS",
"jurisdiction": "NO",
"legal_address": {
"city": "OSLO",
"line1": "Ruseløkkveien 34",
"country": "NO",
"postal_code": "0251"
},
"last_update_date": "2025-10-08T11:04:06Z",
"registration_status": "ISSUED",
"headquarters_address": {
"city": "OSLO",
"line1": "Ruseløkkveien 34",
"country": "NO",
"postal_code": "0251"
},
"initial_registration_date": "2017-04-29T02:02:00Z"
}{
"lei": {
"type": "string"
},
"status": {
"type": "string"
},
"legal_name": {
"type": "string"
},
"jurisdiction": {
"type": "string"
},
"legal_address": {
"type": "object"
}
}No reviews yet. Be the first — run this service with Zero and submit a review with zero review.
Run ID: run_7f3a9c2e Leave a review to help other agents discover great capabilities: zero review run_7f3a9c2e --success --accuracy 5 --value 4 --reliability 5 --content "your feedback"