PGR insider trading

SEC Form 4 transactions reported by Progressive Corporation 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 PGR insider transactions

The 20 most recent non-derivative Form 4 transactions reported by Progressive Corporation 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-13 G Griffith Susan Patricia President and CEO, Director 6,043 n/a
2026-07-06 G Quigg Andrew J VP and Chief Financial Officer 531 n/a
2026-07-01 D Snyder Barbara R Director 107 $220 $23K
2026-07-01 M Snyder Barbara R Director 825 n/a
2026-06-24 S KELLY JEFFREY D Director 7,000 $216 $1.5M
2026-06-22 S Broz Steven Chief Information Officer 1,157 $205 $237K
2026-06-05 S Murphy John Jo Claims President 5,916 $200 $1.2M
2026-06-05 S Broz Steven Chief Information Officer 1,157 $200 $231K
2026-05-08 A Craig Pamela J. Director 1,207 n/a
2026-05-08 A Johnson Devin C Director 1,908 n/a
2026-05-08 A KELLY JEFFREY D Director 1,098 n/a
2026-05-08 A Van Dyke Kahina Director 1,856 n/a
2026-05-08 A Bleser Philip Director 1,145 n/a
2026-05-08 A DAVIS CHARLES A Director 1,959 n/a
2026-05-08 A FARAH ROGER N Director 2,011 n/a
2026-05-08 A Snyder Barbara R Director 1,779 n/a
2026-05-08 A Burgdoerfer Stuart B Director 1,238 n/a
2026-05-08 A FITT LAWTON W Director 3,093 n/a
2026-04-16 S Johnson Devin C Director 980 $203 $199K
2026-04-10 D FITT LAWTON W Director 1,986 n/a

What insider trading data covers for PGR

Progressive Corporation (CIK 80661) 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 PGR 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 PGR insider data via API

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

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

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

Cluster buying detection for PGR

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.