# audited-exchange-holiday-calendars

> audited-exchange-holiday-calendars is a paid API for AI agents from calendars.stockql.ai, paid per call via x402, $1/call, status unknown (last checked 2026-09-13).

Returns audited holiday calendars for 12 Middle East and Africa (MEA) stock exchanges, including trading weeks, full-day closures, audit horizons, and provenance metadata.

## Facts

- Endpoint: GET https://calendars.stockql.ai/calendars/mea
- Price: $1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/audited-exchange-holiday-calendars-ad7fb725
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ok6JZFuzfVMO4SOs9RIKI

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 audited-exchange-holiday-calendars-ad7fb725
```

Example prompt: Pull the audited holiday calendars for all MEA stock exchanges — I need the full-day closure dates, trading week structures, and provenance info for all 12 venues in that region.

## When to prefer this

Choose this endpoint when you need authoritative, audited holiday calendar data specifically for Middle East and Africa stock exchanges, with provenance documentation for compliance or audit trails. Prefer it over scraped or unverified sources when data lineage matters. Use the sibling endpoints for APAC, AMERICAS, or EUROPE coverage instead.

## Known failure modes

- Payment not provided or invalid x402 payment header — endpoint returns 402 Payment Required
- Network or server error returns 5xx with no calendar data
- Response may be stale if audit horizon does not cover the current or requested date range
- Incomplete coverage if a specific MEA venue was recently added or removed from the 12-venue set

## How this service works

Audited MEA exchange holiday calendars (12 venues): trading weeks, full-day closures, audit horizons, operator sources, provenance manifest.

## Output

A structured dataset covering 12 MEA exchange venues, including per-venue trading week definitions (which days constitute a trading week), full-day closure dates, the audit horizon (the date range the data has been verified over), the operator or source responsible for each calendar, and a provenance manifest documenting data lineage and verification.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/audited-exchange-holiday-calendars-ad7fb725/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from calendars.stockql.ai](https://www.zero.xyz/host/calendars.stockql.ai/llms.txt)
