Skip to main content
GET
/
v2
/
insider
curl
curl "https://api.stockcontext.com/v2/insider?symbol=AAPL&limit=10" \
  -H "X-API-Key: $STOCKCONTEXT_API_KEY"
{
  "data": {
    "as_of": "2026-06-12T21:43:21Z",
    "cache_age_seconds": 0,
    "freshness": "end_of_day",
    "intent_to_sell": [
      {
        "accession": "0001921094-26-000555",
        "approx_sale_date": "2026-05-27",
        "broker": "Charles Schwab & Co., Inc.",
        "filed": "2026-05-27",
        "is_10b5_1_plan": false,
        "market_value_usd": 15551085,
        "person_selling": "LEVINSON ARTHUR D",
        "security_class": "Common",
        "units_to_be_sold": 50000
      },
      {
        "accession": "0001921094-26-000446",
        "approx_sale_date": "2026-05-06",
        "broker": "Charles Schwab & Co., Inc.",
        "filed": "2026-05-06",
        "is_10b5_1_plan": false,
        "market_value_usd": 71190164,
        "person_selling": "LEVINSON ARTHUR D",
        "security_class": "Common",
        "units_to_be_sold": 250000
      },
      {
        "accession": "0001950047-26-004044",
        "approx_sale_date": "2026-05-05",
        "broker": "Morgan Stanley Smith Barney LLC Executive Financial Services",
        "filed": "2026-05-05",
        "is_10b5_1_plan": false,
        "market_value_usd": 12039492.6,
        "person_selling": "KATHERINE L ADAMS",
        "security_class": "Common",
        "units_to_be_sold": 43000
      },
      {
        "accession": "0001950047-26-003721",
        "approx_sale_date": "2026-04-23",
        "broker": "Morgan Stanley Smith Barney LLC Executive Financial Services",
        "filed": "2026-04-23",
        "is_10b5_1_plan": true,
        "market_value_usd": 419042.78,
        "person_selling": "KEVAN PAREKH",
        "security_class": "Common",
        "units_to_be_sold": 1534
      },
      {
        "accession": "0001959173-26-002757",
        "approx_sale_date": "2026-04-02",
        "broker": "Fidelity Brokerage Services LLC",
        "filed": "2026-04-02",
        "is_10b5_1_plan": true,
        "market_value_usd": 16512062.21,
        "person_selling": "COOK TIMOTHY D",
        "security_class": "Common Stock",
        "units_to_be_sold": 64949
      },
      {
        "accession": "0001969223-26-000420",
        "approx_sale_date": "2026-04-02",
        "broker": "UBS Financial Services Inc.",
        "filed": "2026-04-02",
        "is_10b5_1_plan": true,
        "market_value_usd": 7660977.7,
        "person_selling": "O'BRIEN DEIRDRE",
        "security_class": "Common",
        "units_to_be_sold": 30002
      }
    ],
    "market_status": "closed",
    "recent_transactions": [
      {
        "accession": "0001140361-26-023363",
        "filing_date": "2026-05-29",
        "insider_name": "Arthur D Levinson",
        "insider_role": "Director",
        "price_per_share": 311.02,
        "shares": 50000,
        "ten_b5_1": {
          "available": false,
          "reason": "trading_plan_not_disclosed"
        },
        "transaction_code": "S",
        "transaction_date": "2026-05-27",
        "transaction_kind": "open_market_sale",
        "value_usd": 15551000
      },
      {
        "accession": "0001140361-26-023363",
        "filing_date": "2026-05-29",
        "insider_name": "Arthur D Levinson",
        "insider_role": "Director",
        "price_per_share": {
          "available": false,
          "reason": "gift_no_market_price"
        },
        "shares": 65000,
        "ten_b5_1": {
          "available": false,
          "reason": "trading_plan_not_disclosed"
        },
        "transaction_code": "G",
        "transaction_date": "2026-05-27",
        "transaction_kind": "gift",
        "value_usd": {
          "available": false,
          "reason": "gift_no_market_price"
        }
      },
      {
        "accession": "0001140361-26-020871",
        "filing_date": "2026-05-12",
        "insider_name": "Ben Borders",
        "insider_role": "Principal Accounting Officer",
        "price_per_share": 290,
        "shares": 1274,
        "ten_b5_1": {
          "available": false,
          "reason": "trading_plan_not_disclosed"
        },
        "transaction_code": "S",
        "transaction_date": "2026-05-08",
        "transaction_kind": "open_market_sale",
        "value_usd": 369460
      }
    ],
    "summary_90d": {
      "all_activity": {
        "net_shares_all_kinds": 25895,
        "transactions": 43,
        "transactions_by_kind": {
          "derivative_exercise": 22,
          "gift": 2,
          "open_market_sale": 13,
          "tax_withholding": 6
        }
      },
      "director_share_pct": 12,
      "distinct_buyers_30d": 0,
      "distinct_buyers_90d": 0,
      "market_activity": {
        "buy_count": 0,
        "net_direction": "selling",
        "net_shares_market_only": -397759,
        "net_value_usd": -111705105.08,
        "sell_count": 13
      },
      "notices": [
        "recent_transactions_limited_to_10"
      ],
      "officer_share_pct": 42,
      "ten_b5_1_plan_ratio_pct": {
        "disclosed_count": 0,
        "planned_count": 0,
        "ratio_pct": {
          "available": false,
          "reason": "plan_status_not_disclosed"
        },
        "undisclosed_count": 43
      },
      "unique_insiders": 7
    },
    "symbol": "AAPL"
  },
  "schema_version": "2026-06-17.6"
}

Authorizations

X-API-Key
string
header
required

StockContext API key. Keys start with sctx_ and are sent on every REST request.

Query Parameters

symbol
string
required

Ticker symbol. Case-insensitive; share-class dots are normalized to dashes (BRK.B == BRK-B). Returns SYMBOL_UNKNOWN when the symbol is outside the supported universe.

Example:

"AAPL"

limit
integer | null

Maximum number of rows to return. Bounded by the endpoint-specific minimum / maximum constraints documented in the parameter schema.

Required range: 1 <= x <= 200
Example:

10

Response

Success envelope: { "data": ... }.

data
InsiderData · object
required

The endpoint payload. Present on every 2xx response; never null.

schema_version
string
required

StockContext response schema version for this 200 payload.