find_missing
Query whether an entity with a real LEI has a high-confidence match in the national commercial registry its declared jurisdiction would expect.
Args:
identifier_type: one of "lei", "company_number", "name".
identifier: the LEI, registration number, or legal name to look up.
api_key: optional - a free key obtained from POST
https://api.nkodatalabs.com/v0/keys. Without one, this call
still works within a free anonymous trial (5 calls/day per
caller IP) - see the response's "trial" field.
jurisdiction: optional ISO-3166 alpha-2 country code (e.g. "GB", "ES", "FR").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | ||
| identifier | Yes | ||
| jurisdiction | No | ||
| identifier_type | Yes |