# FilingsPulse 8-K Material Event Analyzer

> FilingsPulse 8-K Material Event Analyzer is a paid API for AI agents from filingspulse.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-16).

Analyzes SEC 8-K filings for material events such as earnings surprises, executive changes, M&A, restatements, and debt events, with plain-language stock impact summaries.

## Facts

- Endpoint: GET https://filingspulse.vercel.app/api/filings/8k
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-8-k-material-event-analyzer-ae0fe5b8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9xpg1iPlc4it6qLWtIsIt

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 filingspulse-8-k-material-event-analyzer-ae0fe5b8
```

Example prompt: Pull the latest 8-K filing for NVIDIA and tell me what material events were disclosed — earnings surprise, executive change, M&A, or anything else — and give me a plain-English read on how it might move the stock.

## When to prefer this

Use this endpoint when you need rapid, structured analysis of SEC 8-K material events for a specific company, especially when you want both event classification and a plain-language stock impact read. Prefer this over full-text search when the focus is on event-driven investing signals rather than broad research. Ideal for earnings-season monitoring, M&A screening, and executive change tracking.

## Known failure modes

- Company not found or invalid ticker returns 404 with no filing data
- No recent 8-K filings available for the requested company
- SEC EDGAR data lag may cause recently filed 8-Ks to be temporarily unavailable
- Payment of 0.1 USDC required per call; unpaid requests return 402
- Ambiguous company names may require CIK number for precise resolution

## How this service works

SEC 8-K filing analysis / material-event alerts for any US-listed company — earnings surprises, executive/CEO changes, M&A, restatements, and debt events as they hit, with a plain-language read on what moves the stock. Backed by EDGAR 8-K records plus live news, for investing and equity-research agents.

## Output

Returns a structured analysis of the 8-K filing including identified material event categories (earnings surprise, executive change, M&A, restatement, debt event), a plain-language summary of each event, and an assessment of likely stock price impact direction and magnitude.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "event": {
   "type": "string",
   "description": "earnings | executive_change | merger | restatement | debt | cybersecurity | guidance_change"
  },
  "ticker": {
   "type": "string",
   "description": "ticker"
  },
  "company": {
   "type": "string",
   "description": "company"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/filingspulse-8-k-material-event-analyzer-ae0fe5b8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filingspulse.vercel.app](https://www.zero.xyz/host/filingspulse.vercel.app/llms.txt)
