Subsidiary names and jurisdictions extracted from any public company's latest an
Subsidiary names and jurisdictions extracted from any public company's latest annual-report Exhibit 21, with the source exhibit URL for verification. One call replaces locating and parsing EX-21 filings.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
353 msmedian answer time
$0.05listed price per call
$0.05price it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://answerpool.io/v1/graph/subsidiaries
| Category | Company and compliance |
|---|---|
| Provider host | answerpool.io |
| Networks | eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 1 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.05 | 353 ms |
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"ticker": "AAPL"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET",
"HEAD",
"DELETE"
],
"type": "string"
},
"queryParams": {
"additionalProperties": false,
"properties": {
"cik": {
"anyOf": [
{
"maxLength": 10,
"pattern": "^\\d{1,10}$",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Cik"
},
"limit": {
"default": 200,
"maximum": 500,
"minimum": 1,
"title": "Limit",
"type": "integer"
},
"ticker": {
"anyOf": [
{
"maxLength": 12,
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Ticker"
}
},
"title": "SubsIn",
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"accession": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Accession"
},
"as_of": {
"title": "As Of",
"type": "string"
},
"cik": {
"title": "Cik",
"type": "string"
},
"count": {
"title": "Count",
"type": "integer"
},
"disclaimer": {
"default": "Entity relationships extracted from public SEC filings; heuristic text/index joins, not a legal governance or ownership record. Not investment advice.",
"title": "Disclaimer",
"type": "string"
},
"filed": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Filed"
},
"method_id": {
"default": "sec_graph_rules_v1",
"title": "Method Id",
"type": "string"
},
"name": {
"title": "Name",
"type": "string"
},
"note": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Note"
},
"source_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Source Url"
},
"subsidiaries": {
"items": {
"properties": {
"jurisdiction": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Jurisdiction"
},
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name",
"jurisdiction"
],
"title": "SubsidiaryRow",
"type": "object"
},
"title": "Subsidiaries",
"type": "array"
}
},
"required": [
"as_of",
"cik",
"name",
"accession",
"filed",
"source_url",
"note",
"count",
"subsidiaries"
],
"title": "SubsOutput",
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}