# SEC 8-K Corporate Events by Item Number

> SEC 8-K Corporate Events by Item Number 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-14).

Returns classified SEC 8-K corporate events with extractive summaries, filterable by ticker, event type, and date

## Facts

- Endpoint: GET https://x402-factory.com/v1/edgar/events
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sec-8-k-corporate-events-by-item-number-f5c6a434
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8I5jsPxhj1umPlTCNYkIr

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 sec-8-k-corporate-events-by-item-number-f5c6a434
```

Example prompt: Pull the last 10 leadership_change events from SEC 8-K filings for AAPL since 2024-01-01 and give me the two-sentence summary and filing URL for each.

## When to prefer this

Use this endpoint when you need structured, classified 8-K corporate event data with extractive summaries directly from SEC EDGAR — especially when you want to filter by specific event types (e.g. only leadership changes or material agreements) or monitor a specific ticker. Prefer this over raw EDGAR full-text search when you need deterministic item-number classification and pre-extracted summaries rather than raw filing text.

## Known failure modes

- Invalid ticker format returns a 400 validation error
- Unknown or OTC ticker with no EDGAR filings returns empty results
- Date format not matching YYYY-MM-DD pattern returns a 400 error
- Event type enum value not matching the allowed list returns a 400 validation error
- Limit exceeding 50 returns a 400 error
- Payment not completed results in a 402 response requiring x402 payment

## How this service works

8-K corporate events classified by item number with extractive summaries — Material corporate events from SEC 8-K filings, deterministically classified by Item number (5.02 → leadership_change, 2.02 → results, 1.01 → material_agreement, …) with a two-sentence extractive summary and the filing URL. Filter by ticker, event type, or date.

## Output

A list of classified 8-K corporate events, each with the event type (e.g. leadership_change, material_agreement), a two-sentence extractive summary of the filing content, the SEC EDGAR filing URL, the ticker symbol, and the filing date — up to 50 results, filtered by the requested ticker, event type, and/or date range.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-8-k-corporate-events-by-item-number-f5c6a434/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)
