# x402-factory SEC EDGAR Other Material Events (8-K Item 8.01)

> x402-factory SEC EDGAR Other Material Events (8-K Item 8.01) 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 8.01 (other material events) as structured JSON with extractive summaries and filing links

## Facts

- Endpoint: GET https://x402-factory.com/v1/edgar/events/other-events
- 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-sec-edgar-other-material-events-8-k-item-8-01-0fa3e756
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ryDKMT_rznFb9aUd2PCEf

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-sec-edgar-other-material-events-8-k-item-8-01-0fa3e756
```

Example prompt: Pull the latest SEC 8-K filings classified as Item 8.01 other material events — give me up to 10 results filed since 2024-06-01, filtered to TSLA.

## When to prefer this

Choose this endpoint when you specifically need 8-K filings classified as Item 8.01 (other material events) — the catch-all SEC disclosure category for events not covered by standard items. It is pre-filtered so you avoid parsing the full /v1/edgar/events feed yourself. Prefer it over generic EDGAR scrapers when you need structured JSON with extractive summaries and direct filing links without building your own parser. Ideal for compliance monitoring, financial research agents, and news detection pipelines targeting novel or hard-to-classify corporate disclosures.

## Known failure modes

- Invalid ticker format returns a 400 validation error
- Date string not matching YYYY-MM-DD pattern is rejected by schema validation
- Limit value outside 1–50 range is rejected
- No filings found for the given filters returns an empty events array
- Payment not processed (x402 protocol failure) results in a 402 response blocking access
- EDGAR upstream unavailability may cause delayed or incomplete results

## How this service works

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

## Output

A JSON object containing an array of 8-K filing records each with: ticker symbol, company name, filing type, item numbers (always including 8.01), a short extractive headline, a ≤2-sentence extractive summary (no LLM generation), the date filed, and a direct URL to the SEC EDGAR filing. Also includes a meta object with pagination or request 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": []
  },
  "meta": {
   "docs": "https://x402-factory.com/docs/gov.edgar-events.other-events",
   "sources": [
    "edgar"
   ],
   "version": "1.0.0",
   "endpoint": "/v1/edgar/events/other-events",
   "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-sec-edgar-other-material-events-8-k-item-8-01-0fa3e756/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)
