# SEC 8-K Real-Time Filing Stream

> SEC 8-K Real-Time Filing Stream is a paid API for AI agents from agentsapi.top, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Returns a reverse-chronological feed of SEC 8-K material event filings (M&A, executive changes, earnings releases, delistings, bankruptcies, etc.) with company name, CIK, and EDGAR source links

## Facts

- Endpoint: GET https://agentsapi.top/api/filings/8k
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sec-8-k-real-time-filing-stream-9d3b7474
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aKtjw9mADLHwsO1Y8vY8z

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-real-time-filing-stream-9d3b7474
```

Example prompt: Pull the latest SEC 8-K filings right now — I want to see the most recent material corporate events like mergers, executive changes, and bankruptcies in reverse chronological order with the EDGAR links.

## When to prefer this

Choose this endpoint when you need a real-time, pay-per-call stream of SEC 8-K material event filings without managing EDGAR subscriptions or parsing raw EDGAR RSS feeds yourself. It is ideal for event-driven agents that react to M&A, leadership changes, or financial distress disclosures as they happen, especially in agentic workflows using x402 micropayment rails.

## Known failure modes

- Payment of $0.005 USDC not provided or rejected — HTTP 402 returned
- EDGAR upstream delay causes stale or missing recent filings
- Empty result set during off-hours when no new 8-Ks have been submitted
- Rate limiting if called too frequently in a short window
- Network timeout if EDGAR aggregation takes too long

## How this service works

美股 SEC 8-K 重大事件即时流（并购、高管变动、财报发布、退市、破产等），按申报时间倒序，含公司名、CIK 与 EDGAR 原文链接

## Output

A reverse-chronological list of SEC 8-K filings, each containing the company name, CIK identifier, filing timestamp, event category (e.g. merger, executive change, earnings release, bankruptcy, delisting), and a direct link to the original EDGAR document.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-8-k-real-time-filing-stream-9d3b7474/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentsapi.top](https://www.zero.xyz/host/agentsapi.top/llms.txt)
