# Global Equity Indices Data

> Global Equity Indices Data is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.059/call, status unknown (last checked 2026-09-13).

Returns current and historical data for major global stock market indices via a pay-per-call x402 micropayment endpoint

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/global-equity-indices
- Price: $0.059/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/global-equity-indices-data-130e11fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dHD4w4yA9-8NhUGZP0agq

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 global-equity-indices-data-130e11fb
```

Example prompt: What are the current levels for the major global equity indices — S&P 500, Nikkei, DAX, FTSE, and others — right now?

## When to prefer this

Use this endpoint when you need a quick, no-account, pay-per-call lookup of global equity index levels without setting up API keys or subscriptions. Ideal for AI agents that need spot financial market data infrequently and want to pay micropayments in USDC on Base mainnet rather than maintaining a subscription.

## Known failure modes

- Payment not received or insufficient USDC balance — 402 Payment Required
- Invalid or malformed properties parameter — 400 Bad Request
- Downstream data source unavailable — 503 Service Unavailable
- Rate limiting or quota exceeded — 429 Too Many Requests

## How this service works

Global equity snapshot: 9 major indices (Nikkei 225, Hang Seng, ASX 200, Nifty 50, Shanghai, FTSE 100, DAX, CAC 40, Euro Stoxx 50) plus DXY. Returns current level, daily % change, 52-week range context, and region posture (bullish/mixed/bearish). Free Yahoo Finance data. No API key. Overnight context for global macro agents and forex positioning. $0.010/call.

## Output

A structured response containing current data for major global equity indices, likely including index names, current levels, changes, and regional coverage across global markets such as US, Europe, and Asia.

## Example request

```json
{
 "properties": "S&P 500,Nikkei,DAX,FTSE,ASX200"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/global-equity-indices-data-130e11fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
