A

ApiToll Insider Trades · Edgar Insider

by ApiToll Insider Trades

GETBaseSolana

$0.003

per call · USD Coin on Base

Latest insider trades (SEC Form 4) for any US-listed company by stock ticker or CIK: who bought or sold, their role (director, officer, 10% owner), the buy/sell/grant/exercise code, shares, price per share, total value, and shares held after. Resolves ticker to CIK via SEC's official index. Sourced live from data.sec.gov.

Endpoint

GET https://edgar.apitoll.cloud/v1/edgar/insider

10

Calls / 30d

6

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://edgar.apitoll.cloud/v1/edgar/insider", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://edgar.apitoll.cloud/v1/edgar/insider?limit=10&ticker=AAPL" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "count": 1,
  "form": "4",
  "items": [
    {
      "accessionNumber": "0000320193-25-000071",
      "filingDate": "2025-05-02",
      "form": "4",
      "reporter": {
        "name": "COOK TIMOTHY D",
        "relationship": {
          "isDirector": false,
          "isOfficer": true,
          "isTenPercentOwner": false,
          "officerTitle": "Chief Executive Officer"
        }
      },
      "transactions": [
        {
          "isDisposition": true,
          "pricePerShare": 211.5,
          "securityTitle": "Common Stock",
          "shares": 100000,
          "sharesOwnedAfter": 3280000,
          "totalValue": 21150000,
          "transactionCode": "S",
          "transactionDate": "2025-04-30",
          "transactionType": "sell"
        }
      ]
    }
  ],
  "resolved": {
    "cik": "0000320193",
    "companyName": "Apple Inc.",
    "ticker": "AAPL"
  },
  "source": {
    "name": "data.sec.gov"
  }
}

Payment details

Pay to0x58bdad5e654691ac5ed4631758f3d8da00666b6c
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana
Schemesexact

Is this your API?

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

Get featured →

More from ApiToll Insider Trades & similar services