# Stratalize REIT Benchmark API

> Stratalize REIT Benchmark API 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 NAREIT-sourced REIT valuation and return benchmarks including FFO/AFFO multiples, dividend yields, NAV premium/discount, and total returns by property sector

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/reit-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-reit-benchmark-api-46ee71ac
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Tv1EFfgo7AVoe3ivG_NZW

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-reit-benchmark-api-46ee71ac
```

Example prompt: Pull the latest NAREIT benchmarks for industrial REITs — I need the FFO multiple, AFFO multiple, dividend yield, NAV premium or discount, and total return.

## When to prefer this

Use this endpoint when a REIT analyst or portfolio manager needs standardized, NAREIT-sourced monthly benchmark data across specific property sectors. Prefer this over general financial data APIs when you need sector-specific REIT metrics like FFO/AFFO multiples and NAV premium/discount that are not typically available in generic equity data feeds. The cryptographic signing provides an audit trail useful for compliance or reporting contexts.

## Known failure modes

- Invalid property_sector enum value returns 400 with list of valid options
- Payment failure via x402 protocol returns 402 Payment Required
- NAREIT data not yet refreshed for current month may return stale or partial data
- Network timeout or service unavailability returns 503
- Missing required authentication or payment header returns 401

## 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 REIT analyst or portfolio manager needs valuation and return benchmarks. Returns FFO multiples, AFFO multiples, dividend yields, NAV premium/discount, and total returns by property sector. Source: NAREIT monthly

## Output

A signed JSON response containing NAREIT monthly benchmark data for the requested property sector, including FFO multiples, AFFO multiples, dividend yields, NAV premium/discount figures, and total returns. Each response is ML-DSA-65 cryptographically signed and includes a verifiable receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "property_sector": {
   "enum": [
    "all_equity",
    "multifamily",
    "industrial",
    "office",
    "retail",
    "net_lease",
    "self_storage",
    "healthcare",
    "data_center",
    "hotel",
    "diversified"
   ],
   "type": "string",
   "description": "Request parameter: property sector"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stratalize-reit-benchmark-api-46ee71ac/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)
