# Stratalize Working Capital Benchmarks

> Stratalize Working Capital Benchmarks 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 industry working capital benchmarks — DSO, DPO, DIO, and cash conversion cycle medians — with peer comparison context, segmented by industry and company size.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/working-capital-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-working-capital-benchmarks-48d08837
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qGWhFBEfWwYwa9ABQRmuH

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-working-capital-benchmarks-48d08837
```

Example prompt: Pull working capital benchmarks for the mid-market SaaS industry — I need the DSO, DPO, DIO, and cash conversion cycle medians with peer comparison context for a CFO cash management brief.

## When to prefer this

Use this endpoint when you need structured, peer-contextualized working capital KPI benchmarks (DSO, DPO, DIO, CCC) broken down by industry vertical and company size — particularly for CFO briefings, cash management analysis, or AR/AP efficiency benchmarking. Prefer over generic financial data providers when you need segment-specific medians with cryptographic provenance.

## Known failure modes

- Unsupported industry value returns 400 with enum validation error
- Unsupported company_size value returns 400 with enum validation error
- Missing required parameters may return incomplete or error response
- Payment failure (insufficient USDC balance) results in 402 Payment Required
- Network timeout if benchmark data refresh is in progress

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Working capital benchmarks by industry — DSO, DPO, DIO, and cash conversion cycle medians with peer comparison context. Source: Stratalize financial benchmark composite. Use when benchmarking working capital efficiency or preparing a CFO cash management brief

## Output

Returns DSO, DPO, DIO, and cash conversion cycle medians for the specified industry and company size segment, with peer comparison context sourced from Stratalize's financial benchmark composite. Each response is ML-DSA-65 signed with a cryptographic receipt verifiable at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "industry": {
   "enum": [
    "saas",
    "healthcare",
    "legal",
    "manufacturing",
    "retail",
    "financial_services"
   ],
   "type": "string",
   "description": "Request parameter: industry"
  },
  "company_size": {
   "enum": [
    "small",
    "mid_market",
    "large_enterprise"
   ],
   "type": "string",
   "description": "Request parameter: company size"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-working-capital-benchmarks-48d08837/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)
