# x402-factory Regulation FD 8-K Events Feed

> x402-factory Regulation FD 8-K 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 Regulation FD disclosures (Item 7.01) as structured JSON with extractive summaries and filing links

## Facts

- Endpoint: GET https://x402-factory.com/v1/edgar/events/reg-fd
- 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-regulation-fd-8-k-events-feed-5ce86c0d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_B_L06qGqRcy-OE9GysFAk

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-regulation-fd-8-k-events-feed-5ce86c0d
```

Example prompt: Show me the 10 most recent Regulation FD 8-K disclosures filed since January 1 2025, and filter to AAPL if possible — I need the headline, summary, and a link to each filing.

## When to prefer this

Choose this endpoint when you need Item 7.01 Regulation FD disclosures specifically, pre-filtered from the broader 8-K event stream, with no additional client-side filtering required. It is ideal for compliance workflows, investor monitoring agents, and financial news pipelines that specifically care about material non-public information voluntarily disclosed to the public. If you need all 8-K event types (not just Reg FD), prefer the parent /v1/edgar/events endpoint instead.

## Known failure modes

- Invalid ticker format returns a validation error (ticker must match ^[A-Za-z][A-Za-z.-]*$)
- since date in wrong format returns schema validation error (must be ISO 8601 date)
- limit out of range (>50 or <1) returns validation error
- Ticker with no Reg FD filings in the requested window returns an empty events array
- Payment not accepted or insufficient USDC balance returns HTTP 402
- Upstream EDGAR data unavailable returns 503 or empty data

## How this service works

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

## Output

A JSON object containing an array of 8-K Regulation FD (Item 7.01) filing events, each with fields: ticker, company name, filing type, item_numbers array, headline, extractive summary (≤2 sentences, no LLM), filed_at timestamp, and a direct URL to the SEC filing. Also includes a meta object with pagination or query 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.reg-fd",
   "sources": [
    "edgar"
   ],
   "version": "1.0.0",
   "endpoint": "/v1/edgar/events/reg-fd",
   "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-regulation-fd-8-k-events-feed-5ce86c0d/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)
