# FilingsPulse EDGAR Filing Anomaly Scanner

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

Scans SEC EDGAR filings for anomalies, red flags, and irregularities using AI-powered forensic analysis for a given company or ticker

## Facts

- Endpoint: GET https://filingspulse.vercel.app/api/filings/anomaly
- Price: $0.25/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-edgar-filing-anomaly-scanner-921377b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QLt0LTRVpHKdipoA18cJq

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-filing-anomaly-scanner-921377b7
```

Example prompt: Can you scan Tesla's SEC filings on FilingsPulse for any anomalies or red flags — things like unusual disclosures, going-concern warnings, or accounting irregularities?

## When to prefer this

Choose this endpoint when you need AI-powered forensic scanning of a specific company's SEC filings for red flags and anomalies, particularly for pre-investment due diligence, short-seller research, or portfolio risk monitoring. Prefer it over general filing summary endpoints when the goal is anomaly detection rather than routine financial summary.

## Known failure modes

- Unknown ticker or company returns empty or error response
- Company not found in EDGAR (non-US filer) may yield no results
- Rate limiting or payment failure if x402 micropayment of $0.25 USDC is not processed
- Newly public companies with limited filing history may return sparse anomaly data
- Response schema is unspecified (empty example), so output structure may vary

## How this service works

Global SEC/EDGAR and international filings intelligence API. AI-synthesized plain-language summaries of 10-K, 10-Q, 8-K, S-1/IPO filings. Insider ownership tracking, red flag detection, institutional holdings analysis, and international filing support (Companies House UK, SEDAR Canada, EDINET Japan, ASIC Australia, HKEx, BSE/NSE India). IBKR, eToro, and Tastytrade broker affiliate links included. Fundamental analysis tools (Simply Wall St, Finviz, TIKR) included. All endpoints support any language via ?lang=. Adds SEC Form N-PORT fund-holdings intelligence, EDGAR filing-anomaly scanning, full-text filing search with real excerpts, and municipal bond disclosure search (EMMA/MSRB). Pricing: $0.08–$0.25 USDC/call via x402 micropayment.

## Output

Returns an AI-synthesized analysis of anomalies detected in a company's EDGAR filings, including identified red flags such as going-concern doubts, restatements, unusual disclosures, related-party irregularities, and other forensic accounting signals, presented in plain language.

## 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-filing-anomaly-scanner-921377b7/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)
