Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt

Use this file to discover all available pages before exploring further.

SEC Subsidiaries API

Public companies disclose their subsidiary entities in Exhibit 21 of their 10-K filings. Datastream extracts and structures this data — subsidiary names, jurisdictions of incorporation, and ownership percentages — so you can map corporate hierarchies programmatically without parsing HTML tables.

Capabilities

Exhibit 21 extraction

Subsidiary names, jurisdictions, and ownership percentages parsed from Exhibit 21 across all SEC filers.

Corporate hierarchy mapping

Trace parent-subsidiary relationships to understand the full corporate structure of any public company.

Jurisdiction data

See where each subsidiary is incorporated — useful for tax structure analysis and regulatory mapping.

Historical tracking

Compare subsidiary lists across years to detect new entities, dissolved entities, and jurisdiction changes.

Quick start

Get Apple’s subsidiaries from the latest Exhibit 21:
curl -H "x-api-key: $OMNI_DATASTREAM_API_KEY" \
  "https://api.secapi.ai/v1/companies/subsidiaries?ticker=AAPL"
{
  "ticker": "AAPL",
  "company_name": "Apple Inc",
  "filing_date": "2024-11-01",
  "subsidiaries": [
    {
      "name": "Apple Operations International Limited",
      "jurisdiction": "Ireland",
      "ownership_pct": 100
    },
    {
      "name": "Apple Sales International Limited",
      "jurisdiction": "Ireland",
      "ownership_pct": 100
    },
    {
      "name": "Beats Electronics, LLC",
      "jurisdiction": "Delaware",
      "ownership_pct": 100
    }
  ],
  "total_subsidiaries": 42
}

Use cases

Tax structure analysis

Map offshore subsidiaries and holding company structures to understand corporate tax strategies and identify jurisdiction-specific risks.

M&A due diligence

Before an acquisition, pull the target’s full subsidiary list to understand the scope of the corporate structure and potential liabilities.

Sanctions and compliance screening

Cross-reference subsidiary names and jurisdictions against sanctions lists and restricted jurisdictions for AML/KYC workflows.

Competitive intelligence

Track when competitors create new subsidiaries, which can signal expansion into new markets or product areas.

API endpoints

EndpointDescription
GET /v1/companies/subsidiariesSubsidiaries for a company
GET /v1/companies/subsidiaries/historyHistorical subsidiary lists

Why Datastream for subsidiary data

FeatureDatastreamRaw EDGARBureau van DijkManual research
Structured JSON APIYesNo (HTML tables)YesN/A
Automatic extractionYesNoYesNo
Historical comparisonYesManualYesManual
REST API accessYesNoPartialNo
CoverageAll 10-K filersAll 10-K filersGlobalPer-project
PricingPay-as-you-goFree (raw)$$$$Labor cost

Get started

Get your API key

Start mapping corporate structures in under 60 seconds. 250 free API calls per month.