GOOGL insider trading
SEC Form 4 transactions reported by Alphabet 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 GOOGL insider transactions
The 20 most recent non-derivative Form 4 transactions reported by Alphabet 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 |
|---|---|---|---|---|---|---|
| 2027-01-25 | F | O'Toole Amie Thuener | VP, Chief Accounting Officer | 683 | $328 | $224K |
| 2026-07-01 | A | CHAVEZ R. MARTIN | Director | 980 | n/a | |
| 2026-07-01 | A | Shriram Kavitark Ram | Director | 980 | n/a | |
| 2026-07-01 | A | Washington Robin L | Director | 980 | n/a | |
| 2026-07-01 | A | Ferguson Roger W. Jr. | Director | 980 | n/a | |
| 2026-07-01 | A | DOERR L JOHN | Director | 980 | n/a | |
| 2026-07-01 | A | ARNOLD FRANCES | Director | 980 | n/a | |
| 2026-07-01 | A | Hennessy John L. | Director | 1,400 | n/a | |
| 2026-07-01 | G | WALKER JOHN KENT | President, Global Affairs, CLO | 1,624 | n/a | |
| 2026-07-01 | G | WALKER JOHN KENT | President, Global Affairs, CLO | 1,624 | n/a | |
| 2026-06-30 | G | WALKER JOHN KENT | President, Global Affairs, CLO | 8,998 | n/a | |
| 2026-06-30 | G | WALKER JOHN KENT | President, Global Affairs, CLO | 8,998 | n/a | |
| 2026-06-30 | S | ARNOLD FRANCES | Director | 112 | $351 | $39K |
| 2026-06-29 | S | WALKER JOHN KENT | President, Global Affairs, CLO | 680 | $348 | $237K |
| 2026-06-29 | S | WALKER JOHN KENT | President, Global Affairs, CLO | 760 | $345 | $262K |
| 2026-06-29 | S | WALKER JOHN KENT | President, Global Affairs, CLO | 920 | $346 | $318K |
| 2026-06-29 | S | WALKER JOHN KENT | President, Global Affairs, CLO | 2,400 | $350 | $841K |
| 2026-06-29 | S | WALKER JOHN KENT | President, Global Affairs, CLO | 1,280 | $349 | $447K |
| 2026-06-29 | S | WALKER JOHN KENT | President, Global Affairs, CLO | 2,358 | $351 | $828K |
| 2026-06-29 | S | WALKER JOHN KENT | President, Global Affairs, CLO | 520 | $347 | $181K |
What insider trading data covers for GOOGL
Alphabet Inc. (CIK 1652044) 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 GOOGL 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 GOOGL insider data via API
Pull recent GOOGL Form 4 filings, filtered to open-market purchases above $100k:
curl "https://api.edgarkit.com/v1/filings?ticker=GOOGL&form_type=4&transaction_code=P&min_value=100000&limit=20" \
-H "Authorization: Bearer YOUR_API_KEY"
Subscribe via webhook to receive every new GOOGL 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": ["GOOGL"]}
}'
Cluster buying detection for GOOGL
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.