# FilingsPulse EDGAR Anomaly Scanner

> FilingsPulse EDGAR Anomaly Scanner is a paid API for AI agents from filingspulse.theaslangroupllc.com, paid per call via x402, $0.25/call, status unknown (last checked 2026-09-15).

Scans SEC EDGAR filings for anomaly signals — late filings, auditor changes, restatements, officer departures, going-concern language, and cadence gaps — for any US-listed company.

## Facts

- Endpoint: GET https://filingspulse.theaslangroupllc.com/api/filings/anomaly
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-edgar-anomaly-scanner-d9c33984
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vi0abM3Ul6lu1DsOm37MN

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-edgar-anomaly-scanner-d9c33984
```

Example prompt: Run an EDGAR anomaly scan on Tesla (ticker: TSLA) and tell me if there are any late-filing notices, auditor changes, restatements, going-concern warnings, or unusual officer departures in their recent SEC filings.

## When to prefer this

Use this endpoint when you need a fast, automated red-flag scan of a US-listed company's SEC filing history for due diligence, investment screening, or compliance review — specifically when you want anomaly signals like late filings, auditor swaps, restatements, going-concern flags, or sudden executive departures, all from authoritative EDGAR metadata without manually searching the SEC website.

## Known failure modes

- Unknown ticker or CIK returns no results or a 404/error response
- Company has no US EDGAR filings (e.g. foreign private issuers not filing on EDGAR)
- EDGAR metadata lag means very recent filings may not yet be indexed
- Rate limiting or payment failure (x402) if USDC payment is not properly handled
- Overly broad or ambiguous company name input may return wrong entity

## How this service works

EDGAR filing-anomaly scan for any US-listed company — late-filing notices (NT 10-K/10-Q), auditor changes, restatement (non-reliance) disclosures, officer/director departures, going-concern language hits, and filing-cadence gaps, all pulled directly from SEC filing metadata. Signals for diligence review, not determinations. For investing and due-diligence agents.

## Output

Returns a structured set of anomaly signals for the queried company, including any late-filing notices (NT 10-K/10-Q), auditor change events, restatement/non-reliance disclosures, officer or director departure filings, going-concern language detections, and gaps in filing cadence — sourced directly from SEC EDGAR filing metadata. Results are flagged as signals for diligence review, not investment determinations.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "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-edgar-anomaly-scanner-d9c33984/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)
