Who are the current executives and directors of US public companies, as attested
Who are the current executives and directors of US public companies, as attested to the SEC? Bulk feed over Section 16 filings (Forms 3/4/5): one row per (issuer, person) with officer/director flags and free-text title from the pair's most recent filing, ticker/CIK joined. Newest-first, cursor-paginated up to 1000/page, filterable by role, ticker, title fragment, person state, issuer CIK, or since. The filed roster, not scraped bios. Observational public records, never an assessment.
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://api.govparse.io/v1/feeds/public-company-executives
| Category | Company and compliance |
|---|---|
| Provider host | api.govparse.io |
| Networks | eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 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": {
"role": "officer",
"ticker": "NVDA",
"title": "Chief Financial"
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"properties": {
"cik": {
"description": "Issuer SEC CIK (numeric) \u2014 one company's full roster.",
"examples": [
"1045810"
],
"type": "string"
},
"cursor": {
"description": "Opaque page cursor \u2014 pass the previous page's next_cursor unchanged.",
"examples": [
"eyJkIjoiMjAyNi0wNi0zMCIsImsiOiIxMDQ1ODEwOjEyMzQ1NjcifQ"
],
"type": "string"
},
"limit": {
"description": "Rows per page (default 500, cap 1000).",
"examples": [
500
],
"type": "integer"
},
"role": {
"description": "officer | director | any. Default any (a row can be both).",
"examples": [
"officer"
],
"type": "string"
},
"since": {
"description": "Only pairs whose most recent filing is on or after this date (YYYY-MM-DD).",
"examples": [
"2026-04-01"
],
"type": "string"
},
"state": {
"description": "Reporting person's state code(s), CSV.",
"examples": [
"CA,NY"
],
"type": "string"
},
"ticker": {
"description": "Issuer ticker(s), CSV.",
"examples": [
"NVDA"
],
"type": "string"
},
"title": {
"description": "Officer-title fragment (ilike), e.g. Chief Financial, CEO, Legal.",
"examples": [
"Chief Financial"
],
"type": "string"
}
},
"required": [],
"type": "object"
}
},
"type": "object"
}