# FilingsPulse SEC Filing Comparison

> FilingsPulse SEC Filing Comparison is a paid API for AI agents from filingspulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Side-by-side comparison of two US-listed companies using EDGAR XBRL data, contrasting financials, risk factors, and strategy with a decisive winner determination

## Facts

- Endpoint: GET https://filingspulse.theaslangroupllc.com/api/filings/compare
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/filingspulse-sec-filing-comparison-268c8cb8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A3zBdL1vqKw_aCbOw6P8l

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-comparison-268c8cb8
```

Example prompt: Compare Apple and Microsoft head-to-head using their SEC filings — I want a side-by-side breakdown of their financials, risk factors, and strategy, and tell me which company comes out on top overall.

## When to prefer this

Use this endpoint when an agent needs a structured, decisive head-to-head comparison of two US-listed public companies using authoritative SEC filing data. Prefer this over generic financial data APIs when the task requires risk factor analysis, strategy contrast, and a synthesized competitive verdict — not just raw financial numbers.

## Known failure modes

- One or both company tickers not found in EDGAR — returns error indicating unrecognized entity
- Company lacks XBRL-tagged filings — partial comparison returned with missing financial fields
- EDGAR API unavailable — upstream timeout or service error
- Invalid ticker format — returns 400-level error with validation message
- Comparison between a US-listed and non-US company may fail if the non-US company lacks EDGAR filings

## 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 comparison of two companies pulling from EDGAR XBRL company facts, covering key financial metrics, risk factor contrasts, strategic positioning differences, and a decisive winner determination for use in equity research or competitor analysis.

## 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-comparison-268c8cb8/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)
