G

Govparse · Insiders Transactions

by Govparse

GETBaseSolana

$1.25

per call · USD Coin on Base

What did a company's insiders actually file? Search individual SEC Form 4 transaction lines by ticker, issuer CIK, insider name, direction (buy/sell/other), transaction code (P/S/A/M/F/G), role (officer/director/ten_percent), state, security type, minimum value, or date. Returns the insider, role, security, code, shares, price, and value per filing — the raw feed behind the cluster signal. Public SEC filings as filed — observational, not advice.

Endpoint

GET https://api.govparse.io/v1/insiders/transactions

2

Calls / 30d

1

Unique payers / 30d

Sep 8

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/insiders/transactions", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/insiders/transactions?issuer_cik=1571996&owner=Dell&ticker=DELL" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "rows": [
    {
      "accession_no": "0001675476-26-000006",
      "acquired_disposed": "A",
      "direct_indirect": "D",
      "direction": "buy",
      "filing_date": "2026-06-30",
      "is_derivative": false,
      "is_director": true,
      "is_officer": false,
      "is_ten_pct_owner": false,
      "issuer_cik": 28917,
      "issuer_name": "DILLARD'S, INC.",
      "issuer_ticker": "DDS",
      "officer_title": null,
      "owner_cik": 2133608,
      "owner_name": "SMITH JANE",
      "owner_state": "AR",
      "price_per_share": 171.3,
      "security_title": "Common Stock",
      "shares": 500,
      "shares_owned_after": 12000,
      "txn_code": "P",
      "txn_date": "2026-06-30",
      "txn_value": 85650
    }
  ],
  "total_matched": 1
}

Payment details

Pay to0x3873d15cf3209c32aaa8d9aa542164e658567129
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

Pin it to the top of Other and the homepage with a featured placement.

Get featured →

More from Govparse & similar services