CRM insider trading

SEC Form 4 transactions reported by Salesforce, 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 CRM insider transactions

The 20 most recent non-derivative Form 4 transactions reported by Salesforce, 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-22 M Tallapragada Srinivas Chief Eng/Cust Success Officer 1,523 n/a
2026-06-22 F Tallapragada Srinivas Chief Eng/Cust Success Officer 756 $150 $113K
2026-06-22 M Tallapragada Srinivas Chief Eng/Cust Success Officer 1,831 n/a
2026-06-22 F Tallapragada Srinivas Chief Eng/Cust Success Officer 908 $150 $136K
2026-06-22 M Niles Sabastian President and CLO 1,016 n/a
2026-06-22 F Niles Sabastian President and CLO 563 $150 $85K
2026-06-22 M Niles Sabastian President and CLO 1,017 n/a
2026-06-22 F Niles Sabastian President and CLO 562 $150 $84K
2026-06-22 M Washington Robin L President and COFO, Director 1,831 n/a
2026-06-22 F Washington Robin L President and COFO, Director 908 $150 $136K
2026-06-22 M Harris Parker Co-Founder and CTO, Slack, Director 1,271 n/a
2026-06-22 M Harris Parker Co-Founder and CTO, Slack, Director 1,269 n/a
2026-06-22 F Harris Parker Co-Founder and CTO, Slack, Director 631 $150 $95K
2026-06-22 F Harris Parker Co-Founder and CTO, Slack, Director 630 $150 $95K
2026-06-22 F Milano Miguel President and CRO 400 $150 $60K
2026-06-22 M Milano Miguel President and CRO 1,016 n/a
2026-06-22 M Milano Miguel President and CRO 1,525 n/a
2026-06-22 F Milano Miguel President and CRO 601 $150 $90K
2026-05-22 M ALBER LAURA Director 442 n/a
2026-05-22 M Chang Amy Director 442 n/a

What insider trading data covers for CRM

Salesforce, Inc. (CIK 1108524) 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 CRM 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 CRM insider data via API

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

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

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

Cluster buying detection for CRM

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.