# FilingsPulse 8-K Material Event Alerts

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

Analyzes SEC 8-K filings for any US-listed company and delivers plain-language summaries of material events — earnings surprises, CEO changes, M&A, restatements, and debt events — with stock-movement context.

## Facts

- Endpoint: GET https://filingspulse.theaslangroupllc.com/api/filings/8k
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-8-k-material-event-alerts-0241fd78
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_seaIZ9PZggka7bxKjxj42

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-alerts-0241fd78
```

Example prompt: Pull the latest 8-K filings for Nvidia and give me a plain-English breakdown of any material events — especially earnings surprises, executive changes, or M&A — and tell me how each one might move the stock.

## When to prefer this

Use this endpoint when you need real-time or recent 8-K material event intelligence for a US-listed company with plain-language stock-impact interpretation — especially for earnings surprises, leadership changes, M&A, debt events, or restatements. Prefer this over general EDGAR search when you want pre-synthesized, investment-relevant summaries rather than raw filing text.

## Known failure modes

- Company ticker or CIK not recognized — returns 404 or empty result
- No recent 8-K filings found for the specified company or time window
- EDGAR data lag — very freshly filed 8-Ks may not yet be indexed
- Rate limiting or payment failure returns 402 Payment Required
- Ambiguous company name with multiple tickers may return wrong entity

## 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 plain-language analysis of the company's most recent 8-K SEC filings, categorized by event type (earnings surprise, CEO/executive change, M&A, debt event, restatement), including filing date, EDGAR reference, and an interpretation of likely stock price impact.

## 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-alerts-0241fd78/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from filingspulse.theaslangroupllc.com](https://www.zero.xyz/host/filingspulse.theaslangroupllc.com/llms.txt)
