# Stratalize Global Equity Benchmark API

> Stratalize Global Equity 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 YTD returns and risk signals for major global equity indices (S&P 500, Nasdaq, Russell 2000, Stoxx 600, DAX, FTSE, Nikkei, Hang Seng, MSCI EM) sourced from FRED, with cryptographic ML-DSA-65 signing.

## Facts

- Endpoint: GET https://www.stratalize.com/api/x402/global-equity-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-global-equity-benchmark-api-ee75552f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6_f1zVSbgqcN75IMNeVjb

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-global-equity-benchmark-api-ee75552f
```

Example prompt: Pull the global equity benchmarks for all regions — I want YTD returns and the risk signal for S&P 500, Nasdaq, Russell 2000, Stoxx 600, DAX, FTSE, Nikkei, Hang Seng, and MSCI EM so I can assess cross-market performance right now.

## When to prefer this

Choose this endpoint when a portfolio manager or macro agent needs a single-call snapshot of cross-market equity performance across US, European, Asian, and emerging market indices with cryptographic verifiability. Prefer this over generic finance APIs when you need FRED-sourced benchmark data with ML-DSA-65 signing and an auditable receipt. Best suited for agents that need to assess global equity context in a trust-minimized, verifiable way.

## Known failure modes

- Invalid region enum value returns 400 bad request
- FRED data unavailable or delayed may produce stale or missing index data
- Payment of 0.02 USDC not fulfilled returns 402 Payment Required
- Network timeout or service unavailability returns 503
- Cryptographic signature verification failure at trust.stratalize.com indicates tampered 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 portfolio manager or macro agent needs cross-market equity context. Returns S&P 500, Nasdaq, Russell 2000, Stoxx 600, DAX, FTSE, Nikkei, Hang Seng, MSCI EM with YTD returns and risk signal. Source: FRED

## Output

A signed JSON response containing YTD return percentages and risk signals for up to 9 major global equity indices (filtered by requested region), sourced from FRED, with an ML-DSA-65 cryptographic signature and a verifiable receipt URL at trust.stratalize.com/verify.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "region": {
   "enum": [
    "us",
    "europe",
    "asia",
    "emerging",
    "all"
   ],
   "type": "string",
   "description": "Request parameter: region"
  }
 }
}
```

## More

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