# StockQL Americas Exchange Holiday Calendars

> StockQL Americas 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-15).

Returns audited holiday calendar data for 9 AMERICAS stock exchange venues, including trading weeks, full-day closures, audit horizons, and provenance details.

## Facts

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

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-americas-exchange-holiday-calendars-cf34160a
```

Example prompt: Pull the audited holiday calendar for all 9 Americas stock exchanges — I need to know which days are full-day market closures and what the trading week schedules look like, including the audit horizon and provenance info.

## When to prefer this

Choose this endpoint when you need authoritative, audited holiday and trading-closure data specifically for AMERICAS equity exchanges (9 venues), with full provenance tracking. Prefer this over generic financial data APIs when audit trails, operator source attribution, and provenance manifests are required — for example, in compliance, settlement, or algorithmic trading contexts. Use the APAC, EUROPE, or MEA sibling endpoints for other regions.

## Known failure modes

- HTTP 402 Payment Required if USDC payment is not included or fails
- Network timeout if the calendar service is temporarily unavailable
- Empty or partial dataset if some venues have not yet been audited for the requested horizon
- Stale data if the provenance manifest indicates the calendar has not been refreshed recently

## How this service works

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

## Output

A structured dataset covering 9 AMERICAS exchange venues, containing: full-day market closure dates, trading week schedules, audit horizons indicating how far into the future/past the data is verified, operator sources, and a provenance manifest documenting data lineage and verification status.

## 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-americas-exchange-holiday-calendars-cf34160a/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)
