# Stratalize Public Market Valuation Multiples

> Stratalize Public Market Valuation Multiples 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-16).

Returns sector-level public market valuation multiples (EV/EBITDA, EV/Revenue, P/E, P/S medians) for comparable company analysis and private company benchmarking.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/public-market-multiples
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stratalize-public-market-valuation-multiples-cc601eed
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dQGwkmlQZ6yRext27oItE

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-public-market-valuation-multiples-cc601eed
```

Example prompt: Pull me the current public market valuation multiples for the technology sector — EV/EBITDA, EV/Revenue, P/E, and P/S medians — I'm using them for an acquisition comps table.

## When to prefer this

Use this endpoint when you need authoritative, sector-level public market valuation multiples for building comps tables, benchmarking private company valuations, or preparing board/investor materials. Prefer this over general financial data APIs when you need pre-computed median multiples by sector with cryptographic verifiability and context-aware framing (acquisition, IPO, fundraising, etc.).

## Known failure modes

- Invalid sector enum value returns a 400 error
- Invalid context enum value returns a 400 error
- Payment failure (insufficient USDC balance) results in 402 Payment Required
- Service unavailable returns a 503 with no multiples data
- Stale data if underlying composite has not been refreshed recently

## How this service works

Stratalize — attested finance, legal, healthcare, and compliance intelligence. Signed, independently verifiable receipt on every call (trust.stratalize.com/verify). Public market valuation multiples by sector — EV/EBITDA, EV/Revenue, P/E, and P/S medians for comparable company analysis. Source: Stratalize public markets composite. Use when building a public comps table or benchmarking a private company valuation

## Output

Returns median valuation multiples (EV/EBITDA, EV/Revenue, P/E, P/S) for the specified sector, sourced from Stratalize's public markets composite, optionally contextualized for the use case (e.g. acquisition, IPO, fundraising). Each response includes an ML-DSA-65 cryptographic signature and a verifiable receipt 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"
  },
  "context": {
   "enum": [
    "acquisition",
    "ipo",
    "fundraising",
    "board_prep",
    "general"
   ],
   "type": "string",
   "description": "Request parameter: context"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-public-market-valuation-multiples-cc601eed/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)
