BSY insider trading

SEC Form 4 transactions reported by Bentley Systems, Incorporated 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 BSY insider transactions

The 20 most recent non-derivative Form 4 transactions reported by Bentley Systems, Incorporated 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-08 F Shaman David R. Chief Legal Officer 704 $32 $22K
2026-06-11 A Andre Werner Chief Financial Officer 301 n/a
2026-06-11 A Trimback Thomas F Chief Accounting Officer 42 n/a
2026-06-11 A Bentley Raymond B. Director, 10%+ owner 2,076 n/a
2026-06-11 A Cumins Nicholas Chief Executive Officer, Director 878 n/a
2026-06-11 A Moutte Julien Chief Technology Officer 201 n/a
2026-06-11 A Lee James K Chief Operating Officer 466 n/a
2026-06-11 A Griswold Kirk B. Director 86 n/a
2026-06-11 A Bentley Keith A. Director, 10%+ owner 1,050 n/a
2026-06-11 A Ballard Brock Chief Revenue Officer 202 n/a
2026-06-11 A Bentley Barry J. Director, 10%+ owner 3 n/a
2026-06-11 A BENTLEY GREGORY S Executive Chair & President, Director, 10%+ owner 3,749 n/a
2026-06-11 A Shaman David R. Chief Legal Officer 620 n/a
2026-05-21 A Griswold Kirk B. Director 6,749 n/a
2026-05-21 A Hughes Brian F. Director 6,749 n/a
2026-05-21 A HAUGEN JANET BRUTSCHEA Director 6,749 n/a
2026-05-03 F Shaman David R. Chief Legal Officer 5,287 $34 $178K
2026-04-23 F BENTLEY GREGORY S Executive Chair & President, Director, 10%+ owner 27,133 $33 $886K
2026-04-23 A BENTLEY GREGORY S Executive Chair & President, Director, 10%+ owner 62,032 $33 $2.0M
2026-04-01 F Moutte Julien Chief Technology Officer 3,007 $34 $103K

What insider trading data covers for BSY

Bentley Systems, Incorporated (CIK 1031308) 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 BSY 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 BSY insider data via API

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

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

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

Cluster buying detection for BSY

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.