# Stratalize Financial Deal-Readiness Intelligence

> Stratalize Financial Deal-Readiness Intelligence is a paid API for AI agents from www.stratalize.com, paid per call via x402, $3/call, status unknown (last checked 2026-09-14).

Returns attested, signed financial deal-readiness intelligence for a sector—including earnings quality, working capital, WACC, corporate debt, credit spread, and ESG benchmarks—for M&A, lending, or investment committee review.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/financial-deal-readiness
- Price: $3/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-financial-deal-readiness-intelligence-0f51ced3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Q1gWyY_1n8fPQ25lw-b1T

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-financial-deal-readiness-intelligence-0f51ced3
```

Example prompt: Give me a full financial deal-readiness assessment for the healthcare sector, investment-grade credit rating tier, with ESG focus — I need earnings quality, WACC, working capital, and credit spread benchmarks with a signed verifiable receipt for our investment committee.

## When to prefer this

Choose this endpoint when you need attested, independently verifiable financial intelligence for M&A due diligence, lending decisions, or investment committee review — especially when you need a signed receipt as evidence of the data source. Prefer this over generic financial data APIs when your use case requires compliance-grade provenance, ESG benchmarking alongside credit and earnings metrics, or sector-level benchmarks rather than company-specific filings.

## Known failure modes

- Missing required 'sector' parameter returns a 400 validation error
- Invalid or unrecognized sector value may return empty or degraded sections with source_unavailable flags
- Source data unavailable for a requested section results in that section being omitted or flagged rather than a hard failure
- Payment failure (x402) blocks the request before processing
- Rate limiting or quota exhaustion returns a 429 error

## 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 assessing financial health and deal-readiness for M&A, lending, or investment committee review. Fans in earnings quality, working capital, WACC, corporate debt, credit spread, and ESG benchmarks — degrading per-section on source_unavailable. Input sector (required); optional industry, credit_rating_tier, credit_spread_tier,

## Output

Returns a structured report with per-section financial intelligence covering earnings quality, working capital, WACC, corporate debt, credit spreads, and ESG benchmarks for the requested sector and filters. Each call includes a cryptographically signed attestation receipt verifiable at trust.stratalize.com/verify. Sections degrade gracefully with source_unavailable flags when underlying data is not available.

## 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"
  },
  "industry": {
   "enum": [
    "saas",
    "healthcare",
    "legal",
    "manufacturing",
    "retail",
    "financial_services"
   ],
   "type": "string",
   "description": "Request parameter: industry"
  },
  "esg_focus": {
   "enum": [
    "carbon",
    "social",
    "governance",
    "all"
   ],
   "type": "string",
   "description": "Request parameter: esg focus"
  },
  "credit_rating_tier": {
   "enum": [
    "investment_grade",
    "bb",
    "b",
    "ccc_and_below",
    "unrated"
   ],
   "type": "string",
   "description": "Request parameter: credit rating tier"
  },
  "credit_spread_tier": {
   "enum": [
    "all",
    "ig",
    "hy",
    "bbb"
   ],
   "type": "string",
   "description": "Request parameter: credit spread tier"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-financial-deal-readiness-intelligence-0f51ced3/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)
