# Stratalize Earnings Quality Benchmark

> Stratalize Earnings Quality Benchmark is a paid API for AI agents from www.stratalize.com, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns earnings quality metrics (accruals ratio, cash conversion, revenue recognition risk) benchmarked by sector and revenue model, sourced from SEC EDGAR and the Sloan accruals model, with cryptographic ML-DSA-65 signature for verification.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/earnings-quality-benchmark
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-earnings-quality-benchmark-158bcd27
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_V9pDRIM1llyEsfJb_bjth

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 stratalize-earnings-quality-benchmark-158bcd27
```

Example prompt: Can you pull the earnings quality benchmark for the healthcare sector using a subscription revenue recognition model — I need the accruals ratio, cash conversion, and revenue recognition risk score before our M&A review call?

## When to prefer this

Choose this endpoint when you need auditable, cryptographically verifiable earnings quality benchmarks grounded in SEC EDGAR filings and the Sloan accruals model, particularly for M&A due diligence, investment screening, or audit workflows where provenance and tamper-evidence matter. Prefer this over generic financial data APIs when you need sector-specific accruals and revenue recognition risk rather than raw financial statements.

## Known failure modes

- Invalid or unsupported sector enum value returns 400 bad request
- Invalid revenue_recognition_model enum value returns 400 bad request
- SEC EDGAR data temporarily unavailable returns 503 service unavailable
- Payment of 0.02 USDC not confirmed returns 402 payment required
- Cryptographic signing service unavailable may delay or block response

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Use when a CFO, auditor, or analyst needs to assess financial reporting risk before M&A or investment. Returns accruals ratio, cash conversion, and revenue recognition risk by sector. Source: SEC EDGAR + Sloan accruals model

## Output

Returns structured earnings quality metrics including accruals ratio, cash conversion ratio, and revenue recognition risk level benchmarked against the specified sector and revenue model, derived from SEC EDGAR data and the Sloan accruals model. Each response is cryptographically signed with ML-DSA-65 and includes a verifiable receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "sector": {
   "enum": [
    "technology",
    "healthcare",
    "financial_services",
    "consumer_staples",
    "energy",
    "industrials",
    "real_estate",
    "utilities",
    "materials",
    "telecom"
   ],
   "type": "string",
   "description": "Request parameter: sector"
  },
  "revenue_recognition_model": {
   "enum": [
    "subscription",
    "project_based",
    "product_sales",
    "financial_services",
    "mixed"
   ],
   "type": "string",
   "description": "Request parameter: revenue recognition model"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-earnings-quality-benchmark-158bcd27/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.stratalize.com](https://www.zero.xyz/host/www.stratalize.com/llms.txt)
