# x402-factory EDGAR Bankruptcy & Receivership 8-K Events

> x402-factory EDGAR Bankruptcy & Receivership 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-14).

Returns the latest SEC 8-K filings classified as bankruptcy and receivership (Item 1.03) as structured JSON with extractive summaries and filing links.

## Facts

- Endpoint: GET https://x402-factory.com/v1/edgar/events/bankruptcy
- 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/x402-factory-edgar-bankruptcy-receivership-8-k-events-4cc9f4bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x62TBMHzlt6XS6AG-YrEU

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-bankruptcy-receivership-8-k-events-4cc9f4bd
```

Example prompt: Pull the 10 most recent SEC 8-K bankruptcy and receivership filings from EDGAR and give me the headlines and summaries for each.

## When to prefer this

Choose this endpoint when you need pre-filtered, structured bankruptcy and receivership (Item 1.03) 8-K data without having to parse the full EDGAR event stream yourself. It is ideal for distressed-asset screening, compliance monitoring, and real-time alerts on corporate insolvency events. Prefer it over the general /v1/edgar/events endpoint when you only care about Item 1.03 and want to avoid client-side filtering overhead.

## Known failure modes

- No matching filings found for the specified ticker or date range — returns an empty events array
- Invalid date format for `since` parameter returns a validation error
- Limit out of bounds (>50 or <1) returns a schema validation error
- Ticker pattern mismatch (e.g. numeric-only string) returns a 400 error
- Payment not completed or insufficient USDC balance returns a 402 response blocking data access

## How this service works

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

## Output

A JSON object with a `data.events` array where each element contains the ticker, company name, event type, item numbers (always including '1.03'), a headline, an extractive (non-LLM) summary of up to two sentences, the filing date, and a URL to the original EDGAR filing. A `meta` object accompanies the results with pagination or request metadata.

## 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.bankruptcy",
   "sources": [
    "edgar"
   ],
   "version": "1.0.0",
   "endpoint": "/v1/edgar/events/bankruptcy",
   "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-bankruptcy-receivership-8-k-events-4cc9f4bd/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)
