PHIN insider trading
SEC Form 4 transactions reported by PHINIA 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 PHIN insider transactions
The 20 most recent non-derivative Form 4 transactions reported by PHINIA 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-23 | A | WOOD ROGER | Director | 8 | n/a | |
| 2026-06-23 | A | Walsh Meggan M. | Director | 8 | n/a | |
| 2026-06-23 | A | Norman Daun | Director | 8 | n/a | |
| 2026-06-23 | A | Newton Latondra | Director | 13 | n/a | |
| 2026-06-23 | A | Kendrick Robin | Director | 26 | n/a | |
| 2026-06-23 | A | Chapin Samuel R. | Director | 8 | n/a | |
| 2026-06-23 | A | Weerasinghe Rohan | Director | 32 | n/a | |
| 2026-06-23 | A | Yang Hongyong | VP and GM Fuel Syst. Asia Pac | 4 | n/a | |
| 2026-06-23 | A | Pombier Samantha | Vice President and Controller | 11 | n/a | |
| 2026-06-23 | A | Logar Matthew | SVP and CIO | 44 | n/a | |
| 2026-06-23 | A | Fryer Neil | VP and GM Global Aftermarket | 34 | n/a | |
| 2026-06-23 | A | Gustanski Christopher | VP, Operational Excellence | 25 | n/a | |
| 2026-06-23 | A | Dori Sebastian | VP and CPO | 25 | n/a | |
| 2026-06-23 | A | Di Beasi Alisa | SVP and CHRO | 47 | n/a | |
| 2026-06-23 | A | Coetzee Michael | VP and GM Fuel Syst. Americas | 33 | n/a | |
| 2026-06-23 | A | Boyle Robert | SVP, GC and Secretary | 53 | n/a | |
| 2026-06-23 | A | Anderson Todd L | VP and Chief Tech. Officer | 33 | n/a | |
| 2026-06-23 | A | Neto de Abreu Pedro Rui | VP and Chief Strategy Officer | 31 | n/a | |
| 2026-06-23 | A | Gropp Chris P | Senior Vice President and CFO | 6 | n/a | |
| 2026-06-23 | A | Gropp Chris P | Senior Vice President and CFO | 113 | n/a |
What insider trading data covers for PHIN
PHINIA Inc. (CIK 1968915) 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 PHIN 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 PHIN insider data via API
Pull recent PHIN Form 4 filings, filtered to open-market purchases above $100k:
curl "https://api.edgarkit.com/v1/filings?ticker=PHIN&form_type=4&transaction_code=P&min_value=100000&limit=20" \
-H "Authorization: Bearer YOUR_API_KEY"
Subscribe via webhook to receive every new PHIN 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": ["PHIN"]}
}'
Cluster buying detection for PHIN
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.