# StockQL Europe Exchange Holiday Calendars

> StockQL Europe 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 29 European stock exchanges, including trading weeks, full-day closures, audit horizons, operator sources, and provenance manifests.

## Facts

- Endpoint: GET https://calendars.stockql.ai/calendars/europe
- 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/stockql-europe-exchange-holiday-calendars-382cf153
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-OrPagFrSHmWyYhJrNg7J

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 stockql-europe-exchange-holiday-calendars-382cf153
```

Example prompt: Can you pull the audited holiday calendar for all 29 European stock exchanges from StockQL so I can see which venues have full-day closures and what the trading weeks look like, along with the provenance manifest?

## When to prefer this

Choose this endpoint when you need authoritative, audited exchange holiday calendars specifically for European venues with full provenance tracing. It is preferable over generic market data APIs when compliance, auditability, and operator-sourced verification matter — especially for trading systems, settlement scheduling, or regulatory reporting that requires documented data lineage across all 29 European exchange venues.

## Known failure modes

- HTTP 402 Payment Required if USDC payment is not attached or insufficient
- HTTP 404 if the calendars endpoint is unavailable or region path is wrong
- Stale data if audit horizon has not been refreshed for a venue
- Incomplete provenance manifest if operator source for a venue is temporarily unavailable
- Network timeout on large calendar dataset responses

## How this service works

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

## Output

A structured dataset covering 29 European exchange venues, including: trading week definitions (which days constitute a trading week per venue), full-day closure dates (exchange-specific holidays), audit horizons (the date range covered and audited), operator sources (the authoritative source for each venue's 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/stockql-europe-exchange-holiday-calendars-382cf153/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)
