# x402-factory EDGAR Leadership Change 8-K Feed

> x402-factory EDGAR Leadership Change 8-K Feed is a paid API for AI agents from x402-factory.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns the latest SEC 8-K filings classified as executive and board leadership changes (Item 5.02) as structured JSON with summaries and filing links

## Facts

- Endpoint: GET https://x402-factory.com/v1/edgar/events/leadership-change
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/x402-factory-edgar-leadership-change-8-k-feed-666d78b9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zR8o8G-Y5k_j5ezsq53hp

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability x402-factory-edgar-leadership-change-8-k-feed-666d78b9
```

Example prompt: Pull the latest SEC 8-K leadership change filings for TSLA — give me up to 10 events filed since 2024-01-01, structured with summaries and filing links.

## When to prefer this

Choose this endpoint when you need pre-filtered, structured SEC 8-K leadership change data (Item 5.02 specifically) without having to parse raw EDGAR filings yourself. It is ideal for governance monitoring, executive due diligence, or alerting workflows where only leadership transition events matter. Prefer it over the general /v1/edgar/events endpoint when you only care about Item 5.02 and want cleaner, narrower results without client-side filtering.

## Known failure modes

- Invalid ticker format returns a validation error
- 'since' date in wrong format or out of range returns a 400 error
- Limit exceeding 50 returns a validation error
- No matching filings for the given ticker or date range returns an empty events array
- Payment failure or insufficient USDC balance results in a 402 response blocking the call
- Upstream SEC EDGAR latency may cause delayed or incomplete results

## How this service works

Latest executive and board leadership change 8-K events as structured JSON — Latest 8-K filings classified as executive and board leadership change (Item 5.02) across covered companies, parsed into structured JSON with extractive summaries and filing links. Same shape as /v1/edgar/events, pre-filtered to Item 5.02 events.

## Output

A JSON object with a 'data.events' array, each event containing: ticker symbol, company name, event type, item numbers (e.g. ['5.02']), a one-to-two sentence extractive headline and summary, the filing date (filed_at), and a direct URL to the SEC filing. A 'meta' object accompanies the results with pagination or query context.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "events": [
    {
     "url": "https://www.sec.gov/Archives/edgar/data/0000320193/000114036126015711/ef20071035_8k.htm",
     "type": "leadership_change",
     "ticker": "AAPL",
     "company": "Apple Inc.",
     "summary": "On April 20, 2026, Apple Inc. (“Apple”) announced that Tim Cook will transition from his role as Chief Executive Officer to Executive Chair of Apple’s Board of Directors (the “Board”), effective September 1, 2026 (the “Transition Date”). On April 17, 2026, the Board appointed John Ternus, Apple’s Senior Vice President of Hardware Engineering, as Chief Executive Officer and a member of the Board, in each case effec…",
     "filed_at": "2026-04-20",
     "headline": "Departure of Directors or Certain Officers; Election of Directors; Appointment of Certain Officers; Compensatory Arrangements of Certain Officers",
     "item_numbers": [
      "5.02"
     ]
    },
    {
     "url": "https://www.sec.gov/Archives/edgar/data/0000320193/000114036126000199/ef20060722_8k.htm",
     "type": "leadership_change",
     "ticker": "AAPL",
     "company": "Apple Inc.",
     "summary": "Apple Inc. filed an 8-K reporting: Departure/Election of Directors or Principal Officers.",
     "filed_at": "2026-01-02",
     "headline": "Departure/Election of Directors or Principal Officers",
     "item_numbers": [
      "5.02"
     ]
    },
    {
     "url": "https://www.sec.gov/Archives/edgar/data/0000320193/000114036125044561/ef20060722_8k.htm",
     "type": "leadership_change",
     "ticker": "AAPL",
     "company": "Apple Inc.",
     "summary": "Apple Inc. filed an 8-K reporting: Departure/Election of Directors or Principal Officers.",
     "filed_at": "2025-12-05",
     "headline": "Departure/Election of Directors or Principal Officers",
     "item_numbers": [
      "5.02"
     ]
    }
   ]
  },
  "meta": {
   "docs": "https://x402-factory.com/docs/gov.edgar-events.leadership-change",
   "sources": [
    "edgar"
   ],
   "version": "1.0.0",
   "endpoint": "/v1/edgar/events/leadership-change",
   "data_mode": "live",
   "freshness": "delayed_15m",
   "request_id": "req_00000000",
   "generated_at": "2026-08-21T03:58:58.074Z"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/x402-factory-edgar-leadership-change-8-k-feed-666d78b9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402-factory.com](https://www.zero.xyz/host/x402-factory.com/llms.txt)
