# FilingsPulse SEC Filing Comparator

> FilingsPulse SEC Filing Comparator is a paid API for AI agents from filingspulse.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-15).

Side-by-side comparison of two companies' SEC filings, contrasting financials, risk factors, and strategy to declare a decisive winner for equity research.

## Facts

- Endpoint: GET https://filingspulse.vercel.app/api/filings/compare
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-sec-filing-comparator-e6b567e6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kBpC6BMvxxov_l00c95G4

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-sec-filing-comparator-e6b567e6
```

Example prompt: Compare the SEC filings of Tesla and Ford side by side — I want to see how their financials, risk factors, and strategy stack up, and tell me which one comes out on top.

## When to prefer this

Use this endpoint when you need a structured, AI-synthesized head-to-head comparison of two public companies based on their actual SEC filings — ideal for equity research, competitive intelligence, or peer analysis workflows where a decisive assessment is needed rather than raw filing data.

## Known failure modes

- Invalid or unrecognized ticker symbols return an error
- Company with no accessible SEC filings returns not found
- Rate limit or payment failure returns 402
- Ambiguous company name without ticker may return wrong entity
- Recent filings not yet indexed may be unavailable

## How this service works

SEC filing comparison — side-by-side of two companies, contrasting financials (EDGAR XBRL company facts), risk factors, and strategy, then calling a decisive winner. Built for competitor and peer analysis, for equity-research and investing agents.

## Output

A structured side-by-side analysis contrasting the two companies across financials, risk factors, and strategic positioning, concluding with a decisive winner judgment suitable for equity research or investment decision-making.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "ticker1": {
   "type": "string",
   "description": "ticker1"
  },
  "ticker2": {
   "type": "string",
   "description": "ticker2"
  },
  "company1": {
   "type": "string",
   "description": "company1"
  },
  "company2": {
   "type": "string",
   "description": "company2"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/filingspulse-sec-filing-comparator-e6b567e6/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)
