Corporate Hierarchy

Uncover corporate ownership. Automatically. At scale.

AI researchers trace corporate ownership chains across government registries and web sources. No more manual research.

POST /v1/entity/{entity_id}/hierarchy

MG MOTOR UK LTD

ultimate parent: Shanghai SASAC

completed

Ownership chain

MG Motor UK Ltd owned by SAIC Motor International UK Ltd
SAIC Motor International UK Ltd owned by SAIC Motor International Ltd, China
SAIC Motor International Ltd owned by SAIC Motor Corporation Limited
SAIC Motor Corporation Limited 63.27% held by SAIC Group at 2024-12-31
SAIC Group state owned enterprise supervised by Shanghai SASAC

Summary

MG Motor UK Ltd sits three hops below SAIC Motor Corporation Limited, which SAIC Group holds 63.27% of as at 31 December 2024. SAIC Group is a state owned enterprise supervised by Shanghai SASAC.

POST /v1/entity/{entity_id}/hierarchy
200 OK application/json
{
  "entity_id": "siq_303bOyvScnpCchGvOckDr",
  "status": "completed",
  "data": {
    "target_entity": {
      "name": "MG MOTOR UK LTD"
    },
    "ultimate_parent": {
      "name": "Shanghai State-owned Assets Supervision and Administration Commission (Shanghai SASAC)"
    },
    "summary_short": "MG Motor UK Ltd sits three hops below SAIC Motor Corporation Limited, which SAIC Group holds 63.27% of as at 31 December 2024. SAIC Group is a state owned enterprise supervised by Shanghai SASAC.",
    "ownership_chain": [
      {
        "entity_id": "e1",
        "parent_id": "e2",
        "relationship_type": "owns"
      },
      {
        "entity_id": "e2",
        "parent_id": "e3",
        "relationship_type": "owns"
      },
      {
        "entity_id": "e3",
        "parent_id": "e4",
        "relationship_type": "owns"
      },
      {
        "entity_id": "e4",
        "parent_id": "e5",
        "relationship_type": "majority_owns",
        "ownership_percentage": 63.27,
        "as_of": "2024-12-31"
      },
      {
        "entity_id": "e5",
        "parent_id": "e6",
        "relationship_type": "government_supervised"
      }
    ]
  }
}
// real response, trimmed · full schema

How it works

01

Submit an entity

Give us a company and our AI researchers start tracing its ownership chain.

02

Agents research live

We trace ownership across government registries and web sources in real time, with full transparency into every hop.

03

Get the full structure

Receive the complete ownership structure of parents, subsidiaries, and ultimate owners, with 92% matching accuracy.

Live research output

Real ownership structures, traced by the API

Four real structures our agents researched: state ownership, holding companies, a fresh merger, and a deep private-equity chain. Drag to pan, zoom to inspect.

MG Motor UK → Shanghai SASAC

201863.27%, 2024-12-31supervises

SAIC MOTOR INTERNATIONAL UK LTD

MG MOTOR UK LTD

MG Sales Centre Limited

SAIC Motor International Ltd, China

SAIC Motor Corporation Limited

SAIC MOTOR UK HOLDING CO., LTD.

Shanghai Automotive Industry Group Co., Ltd. SAIC Group

Shanghai State-owned Assets Supervision and Administration Commission Shanghai SASAC

MG Motor UK Ltd sits three hops below SAIC Motor Corporation Limited through SAIC Motor International UK Ltd (formerly Nanjing Automobile Corporation (UK) Limited); SAIC Group holds 63.27% of it as at 31 December 2024 and is a state owned enterprise supervised by Shanghai SASAC.

// real research output, cached · companies and percentages as discovered

Why teams choose Entity Hierarchy

Real-time deep research

Agents research ownership live rather than reading from a stale, pre-computed dataset.

92% matching accuracy

The same AI-agent resolution that powers our entity resolution, applied to ownership chains.

Complete ownership structures

Map parents, subsidiaries, and ultimate beneficial owners across jurisdictions.

Full research transparency

See the sources and every hop behind each link, so you can trust and audit the structure.

Resolve your first entity in minutes

Sign up, get API keys instantly, and make your first call with $25 in free credit. One request returns a verified entity, drawn from 140+ official registries.

POST /v2/entity-resolution/async
{
  "request_id": "reqa_2ZUKmavJxCx4GHMnpJsc9",
  "status": "COMPLETED",
  "data": {
    "status": "matched",
    "confidence": 98,
    "type": "business",
    "entity": {
      "id": "siq_2ZUKocPbFCPLClZ5XtHlJ",
      "name": "Apple",
      "primary_legal_entity": {
        "name": "APPLE INC.",
        "jurisdiction": "California"
      },
      "website": "apple.com"
    }
  }
}