G

Govparse · Feeds Public Company Executives

by Govparse

GETBaseSolana

$25

per call · USD Coin on Base

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.

Endpoint

GET https://api.govparse.io/v1/feeds/public-company-executives

1

Calls / 30d

1

Unique payers / 30d

Sep 2

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://api.govparse.io/v1/feeds/public-company-executives", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/feeds/public-company-executives?role=officer&ticker=NVDA&title=Chief+Financial" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "basis": "SEC Insider Transactions Data Sets (Forms 3/4/5): the officer/director roster registrants attest to the SEC, one row per (issuer, reporting person) with flags and title from the most recent filing. Coverage bounded by the ingested filing window; grows with each SEC bulk drop. Observational public records — never an endorsement, assessment, or consumer report.",
  "feed": "public-company-executives",
  "page": {
    "has_more": true,
    "limit": 500,
    "next_cursor": "eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9",
    "returned": 500
  },
  "query": {
    "cik": "all",
    "role": "officer",
    "since": "all",
    "state": "all",
    "ticker": "all",
    "title": "all"
  },
  "rows": [
    {
      "as_published_date": "2026-07-18",
      "company_name": "NVIDIA CORP",
      "event_date": "2026-06-16",
      "event_key": "sec:1045810:1513142",
      "executive_cik": "1513142",
      "executive_name": "KRESS COLETTE",
      "executive_state": "CA",
      "first_filing_date": "2026-01-08",
      "is_director": false,
      "is_officer": true,
      "is_public_company": true,
      "is_ten_pct_owner": false,
      "issuer_cik": "1045810",
      "last_filing_date": "2026-06-16",
      "officer_title": "EVP and Chief Financial Officer",
      "ticker": "NVDA"
    }
  ]
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from Govparse & similar services