$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/transactions2
Calls / 30d
1
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
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 -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
0x3873d15cf3209c32aaa8d9aa542164e658567129USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from Govparse & similar services
Govparse · Stats Sponsors
api.govparse.io
How much visa-sponsorship data is on file? Headline aggregates over DOL OFLC disclosure data: distinct sponsoring employers, LCA and PERM case totals with certified counts, and the fiscal years covered.
Govparse · Stats Opportunities
api.govparse.io
How much open federal money is in the dataset right now? Headline aggregates: active SAM.gov contract opportunities (and how many still have an open deadline), Grants.gov opportunities by status (posted vs forecasted), and USAspending award records on file with their total dollar amount.
Govparse · Stats Companies
api.govparse.io
How big is the FirmStanding employer entity graph right now? Headline aggregates: resolved employer entities and how many appear in 2+ federal sources, states covered, record links by source system (whd, osha, echo, oflc, fmcsa, leie, sam_exclusions), and raw records on file per dataset.