hyperfeedeventsceo-change-api
event_family · leadership

CEO Change API.

Every C-suite appointment, departure, interim assignment, and board shake-up at public companies — sourced from 8-Ks, press releases, and trusted reporting. Track leadership transitions as typed events.

family_idleadership
event_types6
trailing 30d emitted156
audited precision97.2%
median latency92s
What this tracks

Every event_type in leadership.

Each type emits the same envelope with a family-specific payload. Subscribe to the whole family or filter to specific types.

01
ceo_appointed

New CEO officially appointed by the board.

02
ceo_departed

CEO departure announced (resignation, termination, retirement).

03
cfo_change

CFO appointment or departure.

04
interim_ceo_named

Interim or acting CEO named pending permanent appointment.

05
board_member_change

Director added, removed, or resigned from the board.

06
executive_compensation_disclosed

Material compensation change disclosed in proxy or 8-K.

Example event

One real event. Full JSON payload.

This is the exact shape you'd receive via GET /v1/events or via a signed webhook delivery.

Request

GET/v1/events?family=leadership&event_types=ceo_appointed&since=2026-04-01
// Query all leadership events in the last 14 days
GET /v1/events?family=leadership&event_types=ceo_appointed&since=2026-04-01
Authorization: Bearer hf_live_...

Response · 200 OK

200 OKapplication/json
{
  "event_id": "evt_20260414_intc_leadership",
  "schema_version": "2026-04-20",
  "event_type": "ceo_appointed",
  "assertion_type": "fact",
  "status": "official_announced",
  "priority": "critical",
  "entity": {
    "ticker": "INTC",
    "name": "Intel Corporation"
  },
  "lifecycle": {
    "detected_at": "2026-04-14T13:42:18Z",
    "announced_at": "2026-04-14",
    "effective_at": "2026-04-14",
    "confirmed_at": "2026-04-14"
  },
  "source": {
    "type": "filing",
    "name": "SEC 8-K Item 5.02",
    "tier": "tier_1"
  },
  "summary": {
    "one_line": "Intel appointed a new CEO effective May 1, 2026, following a board-led search process."
  },
  "payload": {
    "role": "CEO",
    "person_name": "Jane Smith",
    "transition_type": "appointment",
    "effective_date": "2026-05-01",
    "interim": false,
    "predecessor": "Pat Gelsinger"
  },
  "confidence": {
    "overall": 0.98,
    "identity": 0.99,
    "event_classification": 0.98
  }
}
Recent activity · delayed 7d

Recent leadership events.

Pulled live from the public delayed feed. Click through to the full tape for payloads, lifecycle, and source links.

Apr 14
CEO appointed · effective May 1
INTC· Intel Corp.
CRITICAL
Apr 12
CFO departure · retirement
DIS· Walt Disney
HIGH
Apr 11
Interim CEO named · board search initiated
NFLX· Netflix
HIGH
Apr 09
Board member resigned · activist pressure
SBUX· Starbucks
MEDIUM
Apr 08
CEO compensation package disclosed · $45M
AAPL· Apple Inc.
MEDIUM
Apr 06
COO departed · company restructuring
UBER· Uber Technologies
HIGH
Sources · where this data comes from

Ranked by authority, merged by entity.

Every event carries a source object. When the same event is confirmed by multiple sources, they merge into one canonical event with an evidence array.

Tier 1 · filing

SEC 8-K Item 5.02

Departure/election of directors and officers · real-time EDGAR

Tier 1 · official

Company press releases

IR page announcements and wires

Tier 1 · trusted news

Reuters · Bloomberg · WSJ

Often pre-announce; marked trusted_report until filing confirms

Tier 1 · filing

DEF 14A proxy statements

Board composition and compensation disclosures

Tier 2 · regulatory

State corporate filings

Officer/director changes in state records

Tier 2 · industry

LinkedIn · company pages

Tier-2 signal; confirmed with Tier 1 before emit

Schema · payload fields

Family-specific fields inside payload.

All events share the same envelope (event_id, entity, lifecycle, sources, assertion_type, confidence). The payloadis what's specific to this family.

FieldTypeDescriptionExample
payload.rolestringExecutive role (CEO, CFO, COO, etc.)."CEO"
payload.person_namestringFull name of the executive."Jane Smith"
payload.transition_typestringType of change: appointment, resignation, termination, retirement."appointment"
payload.effective_datedateWhen the change takes effect."2026-05-01"
payload.interimbooleanWhether this is an interim/acting appointment.false
payload.predecessorstring?Name of the departing executive, if applicable."John Doe"
Start tracking

Start tracking leadership events.

Developer tier from $99/mo. Real-time, webhooks, and 250-entity watchlists at $299 Pro.