UnifyAPI
← Back to catalog

lei.relationships

mock data$0.001 / call

LEI Parent Company

Find the direct parent company of a legal entity by LEI code — returns parent LEI, relationship type, and status. Useful for corporate ownership chain analysis (GLEIF)

Financeprovider: Lei#lei#finance

Input schema

leirequired

LEI code to find parent company relationship for

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/lei.relationships \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"lei":"<lei>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.