UNH insider trading

SEC Form 4 transactions reported by UnitedHealth Group Incorporated 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 UNH insider transactions

The 20 most recent non-derivative Form 4 transactions reported by UnitedHealth Group Incorporated 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-07-01 A Noseworthy John H Director 206 n/a
2026-07-01 A MONTGOMERY RICE VALERIE MD Director 220 n/a
2026-07-01 A MCNABB FREDERICK WILLIAM III Director 250 n/a
2026-07-01 A Gottlieb Scott Director 210 n/a
2026-07-01 A Gil Kristen Director 206 n/a
2026-07-01 A GARCIA PAUL R Director 132 n/a
2026-07-01 A GARCIA PAUL R Director 88 n/a
2026-07-01 A FLYNN TIMOTHY PATRICK Director 225 n/a
2026-07-01 A Baker Charles D. Director 220 n/a
2026-06-23 A McSweeney Erin EVP & Chief People Officer 48 n/a
2026-06-23 A Noseworthy John H Director 41 n/a
2026-06-23 A GARCIA PAUL R Director 13 n/a
2026-06-23 A MONTGOMERY RICE VALERIE MD Director 41 n/a
2026-06-23 A Gil Kristen Director 8 n/a
2026-06-23 A Gottlieb Scott Director 3 n/a
2026-06-23 A Conway Patrick Hugh Chief Executive Officer, Optum 82 n/a
2026-06-23 A Noel Timothy John Chief Executive Officer, UHC 76 n/a
2026-06-23 A Zaetta Christopher R EVP & Chief Legal Officer 61 n/a
2026-06-23 A DeVeydt Wayne S Chief Financial Officer 112 n/a
2026-06-23 A HEMSLEY STEPHEN J CEO, UHG, Director 46 n/a

What insider trading data covers for UNH

UnitedHealth Group Incorporated (CIK 731766) 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 UNH 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 UNH insider data via API

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

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

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

Cluster buying detection for UNH

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.