VZ insider trading

SEC Form 4 transactions reported by Verizon Communications 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 VZ insider transactions

The 20 most recent non-derivative Form 4 transactions reported by Verizon Communications 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-05-29 S Hammock Samantha EVP & Chief HR Officer 73,069 $48 $3.5M
2026-03-02 S Stillwell Mary-Lee SVP and Controller 8,569 $50 $428K
2026-02-27 F Venkatesh Vandana EVP and Chief Legal Officer 7,264 $50 $364K
2026-02-27 F Venkatesh Vandana EVP and Chief Legal Officer 8,295 $50 $416K
2026-02-27 M Venkatesh Vandana EVP and Chief Legal Officer 16,067 n/a
2026-02-27 F Venkatesh Vandana EVP and Chief Legal Officer 8,747 $50 $439K
2026-02-27 F Skiadas Anthony T EVP and CFO 17,683 $50 $887K
2026-02-27 F Vestberg Hans Erik Director 30,298 $50 $1.5M
2026-02-27 M Skiadas Anthony T EVP and CFO 32,104 n/a
2026-02-27 F Skiadas Anthony T EVP and CFO 15,667 $50 $786K
2026-02-27 M Skiadas Anthony T EVP and CFO 28,921 n/a
2026-02-27 F Skiadas Anthony T EVP and CFO 15,745 $50 $789K
2026-02-27 M Vestberg Hans Erik Director 61,661 n/a
2026-02-27 F Vestberg Hans Erik Director 34,114 $50 $1.7M
2026-02-27 M Vestberg Hans Erik Director 54,764 n/a
2026-02-27 M Skiadas Anthony T EVP and CFO 36,234 n/a
2026-02-27 M Vestberg Hans Erik Director 66,276 n/a
2026-02-27 F Vestberg Hans Erik Director 36,665 $50 $1.8M
2026-02-27 M Stillwell Mary-Lee SVP and Controller 9,448 n/a
2026-02-27 M Venkatesh Vandana EVP and Chief Legal Officer 16,997 n/a

What insider trading data covers for VZ

Verizon Communications Inc. (CIK 732712) 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 VZ 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 VZ insider data via API

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

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

Subscribe via webhook to receive every new VZ 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": ["VZ"]}
  }'

Cluster buying detection for VZ

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.