← Journal·Fundamentals

Why C-Suite Buying Matters More Than Insider Selling

Insider buys and sells are not symmetric signals. Here's the asymmetric information reason C-suite purchases outperform, and how to isolate them from noise.

·6 min read·NexusForm4 Research

The finance meme is 'insiders sell for many reasons but buy for only one.' It is a simplification, but the underlying asymmetry is real and durable. Understanding it changes how you weight your signals.

Why buys are informative

A C-suite insider buying on the open market has one plausible motivation: they believe the stock is underpriced relative to what they know. They are converting after-tax cash into a concentrated bet on the same company that already pays their salary, houses their options portfolio, and dictates their reputation. That is a costly, asymmetric commitment.

Why sells are noisier

Insider sells decompose into at least four buckets, and only one is a signal:

  • 10b5-1 pre-scheduled plans — automatic, non-discretionary, no information content.
  • Diversification — an executive reducing single-stock concentration.
  • Tax and liquidity — funding option exercises or estate planning.
  • Actual pessimism — the small residual that carries signal.

Separating the fourth bucket from the first three is expensive; most systematic implementations discount sell signals heavily or ignore them entirely.

Isolating C-suite buys

The NexusForm4 API exposes /signals/c-suite-conviction which filters the feed to CEO, CFO, and COO open-market purchases only. This is the highest-signal, lowest-noise slice of Form 4 data and is where most institutional research desks focus first.

bash
curl "https://nexusform4-sec-insider-trading-c-suite-signals.p.rapidapi.com/signals/c-suite-conviction" \
  -H "X-RapidAPI-Key: $KEY" \
  -H "X-RapidAPI-Host: nexusform4-sec-insider-trading-c-suite-signals.p.rapidapi.com"

What to watch for

  • First-ever open-market buy by a new CEO in the first 90 days — strong statement.
  • CFO buying immediately after a guide-down — highest-conviction contrarian signal in the dataset.
  • CEO + CFO buying same day — small event count, historically outsized drift.
Treat insider buys and sells as two different datasets, not opposite sides of the same signal.

Continue reading