# x402-factory EDGAR Item 4.02 Restatement Events Feed

> x402-factory EDGAR Item 4.02 Restatement Events 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 Item 4.02 (restatement and non-reliance events) as structured JSON with extractive summaries and filing links.

## Facts

- Endpoint: GET https://x402-factory.com/v1/edgar/events/restatement
- 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-item-4-02-restatement-events-feed-b908e3ef
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tfe6_-BzT6CLGI7HNT4-O

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-item-4-02-restatement-events-feed-b908e3ef
```

Example prompt: Show me the 10 most recent SEC 8-K restatement and non-reliance filings (Item 4.02) — pull them as structured JSON so I can see the company, summary, and filing link for each.

## When to prefer this

Use this endpoint when you need pre-filtered, structured access specifically to SEC Item 4.02 restatement and non-reliance events, without having to parse raw EDGAR filings yourself. It is preferable over the general /v1/edgar/events endpoint when you only care about accounting restatements, and over raw EDGAR XBRL feeds when you need extractive summaries and a clean JSON schema out of the box. Best for compliance monitoring, due diligence workflows, and financial risk screening agents.

## Known failure modes

- No events returned if no Item 4.02 filings exist in the requested date range
- Invalid ticker format returns a validation error
- 'since' date in wrong format (non-ISO date) causes a 400 error
- Limit exceeding 50 is rejected
- Payment failure (x402) if USDC not provided or insufficient balance

## How this service works

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

## Output

A JSON object with a 'data.events' array, each item containing: ticker, company name, event type, item_numbers (e.g. ['4.02']), headline, a brief extractive summary (≤2 sentences, no LLM paraphrasing), filed_at timestamp, and a direct URL to the SEC EDGAR filing. A 'meta' object with pagination or coverage info is also included.

## 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.restatement",
   "sources": [
    "edgar"
   ],
   "version": "1.0.0",
   "endpoint": "/v1/edgar/events/restatement",
   "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-item-4-02-restatement-events-feed-b908e3ef/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)
