G

Govparse · Feeds Insider Buying

by Govparse

GETBaseSolana

$25

per call · USD Coin on Base

Which public companies are insiders buying as a cluster right now? Bulk feed over SEC Form 4 open-market BUY clusters — issuers where several distinct officers/directors/10%-owners bought in a trailing 30- or 90-day window. Flat rows newest-first by the cluster's most recent buy, cursor-paginated up to 1000/page, filterable by ticker, exchange, min insiders, min value, window, or since. Every issuer is a public company with ticker and CIK. Observational filings as filed, never advice.

Endpoint

GET https://api.govparse.io/v1/feeds/insider-buying

1

Calls / 30d

1

Unique payers / 30d

Aug 21

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/insider-buying", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://api.govparse.io/v1/feeds/insider-buying?exchange=NYSE&ticker=TSM&window=90" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "basis": "SEC Form 4 open-market BUY clusters (sec.form4_clusters, direction=buy). insider_count / txn_count / total_value are observational counts reported as filed — a public fact, never a buy/sell recommendation. Every issuer is a public company (SEC registrant), joined to ticker/CIK/exchange.",
  "feed": "insider-buying",
  "page": {
    "has_more": true,
    "limit": 500,
    "next_cursor": "eyJkIjoiMjAyNi0wNi0wMyIsImsiOiJvc2hhOjMxOTAwMTIzNCJ9",
    "returned": 500
  },
  "query": {
    "exchange": "all",
    "min_insiders": "any",
    "min_value": "any",
    "since": "all",
    "ticker": "all",
    "window": 90
  },
  "rows": [
    {
      "as_published_date": "2026-07-18",
      "company_name": "TAIWAN SEMICONDUCTOR MANUFACTURING CO LTD",
      "direction": "buy",
      "event_date": "2026-06-30",
      "event_key": "sec:1046179:90",
      "exchange": "NYSE",
      "first_txn_date": "2026-04-09",
      "insider_count": 31,
      "is_public_company": true,
      "issuer_cik": "1046179",
      "last_txn_date": "2026-06-30",
      "ticker": "TSM",
      "total_shares": 11209,
      "total_value": 812844.8,
      "txn_count": 101,
      "window_days": 90,
      "window_end": "2026-06-30",
      "window_start": "2026-04-01"
    }
  ]
}

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