AAPL insider trading

SEC Form 4 transactions reported by Apple Inc. insiders, officers, directors, and 10%+ beneficial owners. Sourced from EDGAR.

Want this data via API instead of reading about it? Get a free API key →

Recent AAPL insider transactions

The 20 most recent non-derivative Form 4 transactions reported by Apple Inc. insiders. Buys are highlighted; the transaction code column matches SEC Form 4 codes (P = open-market purchase, S = sale, A = grant, M = option exercise, F = tax withholding).

Date Code Insider Role Shares Price Value
2026-06-16 S Borders Ben Principal Accounting Officer 116 $295 $34K
2026-06-15 F Newstead Jennifer SVP, GC and Secretary 16,238 $296 $4.8M
2026-06-15 M Newstead Jennifer SVP, GC and Secretary 30,104 n/a
2026-06-15 M Borders Ben Principal Accounting Officer 240 n/a
2026-06-15 F Borders Ben Principal Accounting Officer 124 $296 $37K
2026-05-27 S LEVINSON ARTHUR D Director 50,000 $311 $16M
2026-05-27 G LEVINSON ARTHUR D Director 65,000 n/a
2026-05-08 S Borders Ben Principal Accounting Officer 1,274 $290 $369K
2026-05-06 G LEVINSON ARTHUR D Director 5,000 n/a
2026-05-06 S LEVINSON ARTHUR D Director 149,527 $285 $43M
2026-05-06 S LEVINSON ARTHUR D Director 100,473 $285 $29M
2026-04-23 S Parekh Kevan Senior Vice President, CFO 1,534 $275 $422K
2026-04-15 M Parekh Kevan Senior Vice President, CFO 10,928 n/a
2026-04-15 F Borders Ben Principal Accounting Officer 892 $266 $238K
2026-04-15 M Borders Ben Principal Accounting Officer 1,717 n/a
2026-04-15 F Parekh Kevan Senior Vice President, CFO 4,793 $266 $1.3M
2026-04-02 S COOK TIMOTHY D Chief Executive Officer, Director 9,147 $252 $2.3M
2026-04-02 S COOK TIMOTHY D Chief Executive Officer, Director 5,087 $251 $1.3M
2026-04-02 S O'BRIEN DEIRDRE Senior Vice President 9,664 $256 $2.5M
2026-04-02 S COOK TIMOTHY D Chief Executive Officer, Director 1,878 $253 $475K

What insider trading data covers for AAPL

Apple Inc. (CIK 320193) reports Section 16 insider transactions on Form 4 within two business days. Each filing carries the transaction date, transaction code (P for open-market purchase, S for sale, M for option exercise, F for tax withholding), shares, price, and post-transaction holdings. Optional footnotes disclose Rule 10b5-1 plan references and indirect ownership relationships.

How to interpret AAPL insider activity

Treat each filing line through three filters: the transaction code, the role of the filer (officer carries more signal than director), and the dollar value relative to the company's market cap. Open-market purchases (P) by C-suite officers carry the strongest bullish signal. Sales (S) referencing a Rule 10b5-1 plan in the footnotes are pre-arranged and should be discounted. See how to read a Form 4 for the full walkthrough.

Get AAPL insider data via API

Pull recent AAPL Form 4 filings, filtered to open-market purchases above $100k:

curl "https://api.edgarkit.com/v1/filings?ticker=AAPL&form_type=4&transaction_code=P&min_value=100000&limit=20" \
  -H "Authorization: Bearer YOUR_API_KEY"

Subscribe via webhook to receive every new AAPL Form 4 in real time:

curl -X POST "https://api.edgarkit.com/v1/webhooks" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://your-server.com/edgarkit-events",
    "filters": {"form_types": ["4"], "tickers": ["AAPL"]}
  }'

Cluster buying detection for AAPL

The strongest insider signal at the issuer level is cluster buying: three or more distinct insiders placing open-market purchases within a 7-14 day window. For the complete pattern detector, see how to detect insider cluster buying.