research · research · sec · form-4 · insiders · transactions · trades · officers · directors · company · insider · officer · director · beneficial-owner · purchase · sale · ticker · cik · official-data

SEC Form 4 insider transactions

Retrieve recent SEC Form 4 officer, director, and 10% beneficial-owner trades for a ticker or CIK, including purchases, sales, awards, exercises, tax withholding, prices, holdings, 10b5-1 context, derivatives, and filing footnotes.

$0.03 USDCBasex402 v2POST

Endpoint

https://apiacre.com/v1/research/sec-insider-transactions

Send the JSON body below. An unpaid request returns HTTP 402 with a PAYMENT-REQUIRED header; an x402-compatible buyer signs the requirement and retries with PAYMENT-SIGNATURE.

Input example

{
  "identifier": "AAPL",
  "lookback_days": 90,
  "max_filings": 10,
  "include_derivatives": true
}

Response shape

View free static sample JSON

{
  "request_id": "018f1f54-7f38-7ba2-8dc3-5f90272d9f1a",
  "service": "research.sec-insider-transactions",
  "version": "1",
  "data": {
    "cik": "0000320193",
    "name": "Apple Inc.",
    "tickers": [
      "AAPL"
    ],
    "exchanges": [
      "Nasdaq"
    ],
    "lookbackDays": 90,
    "includeDerivatives": true,
    "summary": {
      "filingCount": 1,
      "transactionCount": 3,
      "codeCounts": {
        "M": 2,
        "F": 1
      },
      "openMarketPurchaseShares": 0,
      "openMarketPurchaseReportedValue": 0,
      "openMarketSaleShares": 0,
      "openMarketSaleReportedValue": 0
    },
    "filings": [
      {
        "accessionNumber": "0001140361-26-025622",
        "form": "4",
        "filingDate": "2026-06-17",
        "reportDate": "2026-06-15",
        "periodOfReport": "2026-06-15",
        "is10b5One": false,
        "issuer": {
          "cik": "0000320193",
          "name": "Apple Inc.",
          "ticker": "AAPL"
        },
        "reportingOwners": [
          {
            "cik": "0001780525",
            "name": "Newstead Jennifer",
            "isDirector": false,
            "isOfficer": true,
            "isTenPercentOwner": false,
            "isOther": false,
            "officerTitle": "SVP, GC and Secretary"
          }
        ],
        "transactionCount": 3,
        "transactions": [
          {
            "securityType": "nonDerivative",
            "securityTitle": "Common Stock",
            "transactionDate": "2026-06-15",
            "code": "M",
            "codeDescription": "exercise or conversion of a derivative security",
            "shares": 30104,
            "acquiredDisposed": "A"
          },
          {
            "securityType": "nonDerivative",
            "securityTitle": "Common Stock",
            "transactionDate": "2026-06-15",
            "code": "F",
            "codeDescription": "payment of exercise price or tax liability with securities",
            "shares": 16238,
            "reportedPricePerShare": 296.42,
            "reportedValue": 4813267.96,
            "acquiredDisposed": "D"
          },
          {
            "securityType": "derivative",
            "securityTitle": "Restricted Stock Unit",
            "transactionDate": "2026-06-15",
            "code": "M",
            "codeDescription": "exercise or conversion of a derivative security",
            "shares": 30104,
            "acquiredDisposed": "D",
            "underlyingSecurityTitle": "Common Stock",
            "underlyingShares": 30104
          }
        ],
        "footnotes": {
          "F2": "Shares withheld by Apple to satisfy tax withholding requirements on vesting of RSUs. No shares were sold."
        },
        "truncated": false
      }
    ],
    "warnings": [],
    "source": "https://data.sec.gov/submissions/CIK0000320193.json",
    "retrievedAt": "2026-08-09T00:00:00Z",
    "disclaimer": "Issuer-reported Section 16 ownership data only. Transaction codes and sales do not establish intent or investment merit. Verify filing footnotes; not investment, legal, tax, accounting, or credit advice."
  },
  "meta": {
    "duration_ms": 42,
    "cached": false,
    "sources": [],
    "warnings": []
  }
}

Try the payment challenge

curl -i -X POST 'https://apiacre.com/v1/research/sec-insider-transactions' \
  -H 'content-type: application/json' \
  --data '{"identifier":"AAPL","lookback_days":90,"max_filings":10,"include_derivatives":true}'