CTSH insider trading
SEC Form 4 transactions reported by Cognizant Technology Solutions 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 CTSH insider transactions
The 20 most recent non-derivative Form 4 transactions reported by Cognizant Technology Solutions 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 | M | Kerdman Alina | SVP, Controller & CAO | 207 | n/a | |
| 2026-07-01 | F | Kerdman Alina | SVP, Controller & CAO | 68 | $39 | $3K |
| 2026-07-01 | S | Kerdman Alina | SVP, Controller & CAO | 137 | $40 | $5K |
| 2026-06-15 | M | Kerdman Alina | SVP, Controller & CAO | 199 | n/a | |
| 2026-06-15 | S | Kerdman Alina | SVP, Controller & CAO | 133 | $52 | $7K |
| 2026-06-15 | F | Kerdman Alina | SVP, Controller & CAO | 65 | $52 | $3K |
| 2026-06-15 | M | Dalal Jatin P | Chief Financial Officer | 648 | n/a | |
| 2026-06-15 | F | Dalal Jatin P | Chief Financial Officer | 1,346 | $52 | $70K |
| 2026-06-15 | M | Dalal Jatin P | Chief Financial Officer | 1,846 | n/a | |
| 2026-06-15 | F | Singisetti Ravi Kumar | Chief Executive Officer, Director | 3,230 | $52 | $169K |
| 2026-06-15 | M | Singisetti Ravi Kumar | Chief Executive Officer, Director | 5,987 | n/a | |
| 2026-06-15 | M | Diaz Kathryn | Chief People Officer | 49 | n/a | |
| 2026-06-15 | F | Diaz Kathryn | Chief People Officer | 372 | $52 | $19K |
| 2026-06-15 | M | Diaz Kathryn | Chief People Officer | 698 | n/a | |
| 2026-06-15 | M | Kim John Sunshin | CLO, CAO & Corporate Secretary | 1,646 | n/a | |
| 2026-06-15 | F | Kim John Sunshin | CLO, CAO & Corporate Secretary | 888 | $52 | $46K |
| 2026-06-15 | M | Gummadi Surya | President - Americas | 1,397 | n/a | |
| 2026-06-15 | M | Gummadi Surya | President - Americas | 598 | n/a | |
| 2026-06-15 | F | Gummadi Surya | President - Americas | 987 | $52 | $51K |
| 2026-06-15 | M | Varrier Rajesh | President Operations CMD India | 272 | n/a |
What insider trading data covers for CTSH
Cognizant Technology Solutions (CIK 1058290) 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 CTSH 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 CTSH insider data via API
Pull recent CTSH Form 4 filings, filtered to open-market purchases above $100k:
curl "https://api.edgarkit.com/v1/filings?ticker=CTSH&form_type=4&transaction_code=P&min_value=100000&limit=20" \
-H "Authorization: Bearer YOUR_API_KEY"
Subscribe via webhook to receive every new CTSH 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": ["CTSH"]}
}'
Cluster buying detection for CTSH
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.