# DAX Germany Spot Index Quote

> DAX Germany Spot Index Quote is a paid API for AI agents from finance-api.kdlcfa.workers.dev, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a delayed spot price quote for the DAX (Germany) index, sourced via Yahoo Finance

## Facts

- Endpoint: GET https://finance-api.kdlcfa.workers.dev/dax-index
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dax-germany-spot-index-quote-c849b710
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Jj07aUaVYuadZgKrolK7P

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 dax-germany-spot-index-quote-c849b710
```

Example prompt: What's the current DAX index level? Give me the delayed spot quote for Germany's DAX.

## When to prefer this

Choose this endpoint when you need a quick, low-cost delayed spot quote specifically for the DAX (Germany) index. Prefer this over general financial data APIs when you want a pay-per-call micropayment model via x402 USDC without a subscription. It is part of a family of global index endpoints (FTSE 100, Nikkei 225, DXY) on the same host, making it ideal for building a multi-index dashboard with consistent data sourcing.

## Known failure modes

- Yahoo Finance upstream outage may result in stale or unavailable data
- Payment not received or insufficient USDC balance returns 402 error
- Network timeout from the Cloudflare Worker may return a 5xx error
- If Yahoo Finance changes the DAX symbol or data format, the response may be malformed

## How this service works

DAX (Germany) spot index quote, delayed, via Yahoo Finance

## Output

A delayed spot quote for the DAX (Germany) index, including the current price level and related market data sourced via Yahoo Finance. The response reflects a delayed price (not real-time) for the German equity benchmark index.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [],
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dax-germany-spot-index-quote-c849b710/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from finance-api.kdlcfa.workers.dev](https://www.zero.xyz/host/finance-api.kdlcfa.workers.dev/llms.txt)
