PFG insider trading

SEC Form 4 transactions reported by Principal Financial Group, 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 PFG insider transactions

The 20 most recent non-derivative Form 4 transactions reported by Principal Financial Group, 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-26 A Mitchell H Elizabeth Director 80 n/a
2026-06-26 A RIVERA ALFREDO Director 117 n/a
2026-06-26 A Richer Clare Stack Director 142 n/a
2026-06-26 A Pickerell Blair Director 281 n/a
2026-06-26 A Nordin Diane C Director 217 n/a
2026-06-26 A Muruzabal Claudio Director 100 n/a
2026-06-26 A Mills Scott Director 253 n/a
2026-06-26 A HOCHSCHILD ROGER C Director 294 n/a
2026-06-26 A Carter Miller Jocelyn Director 669 n/a
2026-06-26 A Beams Mary E. Director 109 n/a
2026-06-26 A Auerbach Jonathan Director 166 n/a
2026-06-26 A Pitz Joel EVP & CFO 234 n/a
2026-06-26 A Pitz Joel EVP & CFO 2 n/a
2026-06-26 A Bhatia Kamal President and CEO - PAM 430 n/a
2026-06-26 A LITTLEFIELD CHRISTOPHER J President - RIS 559 n/a
2026-06-26 A Kay Kathleen B EVP-Chief Information Officer 398 n/a
2026-06-26 A Friedrich Amy Christine President - Benefits & Protect 599 n/a
2026-06-26 A Cheong Wee Yee President - Asia & Middle East 368 n/a
2026-06-26 A Agrawal Vivek EVP & Chief Growth Officer 234 n/a
2026-06-26 A STRABLE-SOETHOUT DEANNA D Chair, President and CEO 44 n/a

What insider trading data covers for PFG

Principal Financial Group, Inc. (CIK 1126328) 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 PFG 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 PFG insider data via API

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

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

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

Cluster buying detection for PFG

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.