# x402-factory EDGAR Acquisition & Disposition 8-K Events

> x402-factory EDGAR Acquisition & Disposition 8-K Events 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 acquisitions and dispositions (Item 2.01) as structured JSON with extractive summaries and filing links.

## Facts

- Endpoint: GET https://x402-factory.com/v1/edgar/events/acquisitions
- 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-acquisition-disposition-8-k-events-894b736a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mADqW_D-Fzar35W74U4eE

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-acquisition-disposition-8-k-events-894b736a
```

Example prompt: Pull the 10 most recent SEC 8-K acquisition and disposition filings from EDGAR, filtered to anything filed since January 1 2025, and give me the company names, headlines, and summaries.

## When to prefer this

Choose this endpoint when you need structured, pre-parsed SEC 8-K Item 2.01 events specifically for acquisitions and dispositions — it saves you from filtering the full /v1/edgar/events feed yourself. Ideal for M&A monitoring pipelines, deal-flow dashboards, or any agent that needs machine-readable acquisition disclosures with extractive summaries and direct EDGAR links. Prefer this over general EDGAR search tools when you want normalized JSON output with no LLM-generated summaries and optional per-ticker or per-date filtering.

## Known failure modes

- Invalid ticker format returns validation error
- Date parameter outside valid calendar dates rejected by pattern validation
- Limit exceeding 50 returns schema validation error
- No filings matching the specified ticker or date range returns empty events array
- Upstream EDGAR availability issues may cause delayed or missing data
- Payment failure (402) if USDC payment not processed correctly

## How this service works

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

## Output

A JSON object containing an array of 8-K events pre-filtered to Item 2.01 (acquisitions and dispositions), each with ticker symbol, company name, event type, item numbers, headline, extractive summary (≤2 sentences, no LLM-generated content), filing date, and a direct URL to the SEC EDGAR filing. A meta object accompanies the data array.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "data": {
   "events": []
  },
  "meta": {
   "docs": "https://x402-factory.com/docs/gov.edgar-events.acquisitions",
   "sources": [
    "edgar"
   ],
   "version": "1.0.0",
   "endpoint": "/v1/edgar/events/acquisitions",
   "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-acquisition-disposition-8-k-events-894b736a/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)
