Look up an insider by name or owner CIK and get every issuer they file SEC owner
Look up an insider by name or owner CIK and get every issuer they file SEC ownership forms for — roles, filing counts, first/last seen. The person node of the entity graph in one call.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed price per call
n/aprice 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/person
| Category | Everything else |
|---|---|
| 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
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"queryParams": {
"q": "INSIDER"
},
"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": {
"days": {
"default": 365,
"maximum": 3650,
"minimum": 7,
"title": "Days",
"type": "integer"
},
"limit": {
"default": 25,
"maximum": 100,
"minimum": 1,
"title": "Limit",
"type": "integer"
},
"owner_cik": {
"anyOf": [
{
"maxLength": 10,
"pattern": "^\\d{1,10}$",
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"title": "Owner Cik"
},
"q": {
"anyOf": [
{
"maxLength": 80,
"minLength": 2,
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Insider name substring.",
"title": "Q"
}
},
"title": "PersonIn",
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"as_of": {
"title": "As Of",
"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"
},
"index_started": {
"title": "Index Started",
"type": "string"
},
"method_id": {
"default": "sec_graph_rules_v1",
"title": "Method Id",
"type": "string"
},
"persons": {
"items": {
"properties": {
"issuers": {
"items": {
"properties": {
"cik": {
"title": "Cik",
"type": "string"
},
"company": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Company"
},
"filings": {
"title": "Filings",
"type": "integer"
},
"first_seen": {
"title": "First Seen",
"type": "string"
},
"last_seen": {
"title": "Last Seen",
"type": "string"
},
"role": {
"title": "Role",
"type": "string"
},
"ticker": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Ticker"
}
},
"required": [
"cik",
"ticker",
"company",
"role",
"filings",
"first_seen",
"last_seen"
],
"title": "PersonIssuer",
"type": "object"
},
"title": "Issuers",
"type": "array"
},
"name": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Name"
},
"owner_cik": {
"title": "Owner Cik",
"type": "string"
}
},
"required": [
"owner_cik",
"name",
"issuers"
],
"title": "PersonRow",
"type": "object"
},
"title": "Persons",
"type": "array"
}
},
"required": [
"as_of",
"index_started",
"count",
"persons"
],
"title": "PersonOutput",
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
]