# KiteEndpoints.ai - Ultimate Economic Calendar

> KiteEndpoints.ai - Ultimate Economic Calendar is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Retrieves a comprehensive economic calendar with scheduled financial events, indicators, and releases for trading and analysis

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/ultimate-economic-calendar
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-ultimate-economic-calendar-bdd90fbe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zdht9ZrniTQCdcD4on9OE

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 kiteendpoints-ai-ultimate-economic-calendar-bdd90fbe -d '<json body>'
```

Example prompt: Pull up the economic calendar for this week and show me all high-impact events affecting the US dollar, including expected versus prior values for each release.

## When to prefer this

Choose this endpoint when you need a broad, multi-country economic event schedule for financial analysis, forex trading preparation, or macro research. It aggregates events across currencies and countries in one call, making it more convenient than querying individual country data sources. Best for use cases requiring scheduled release dates, forecasts, and prior values in a single response.

## Known failure modes

- Empty result set if no events match the requested date range or filters
- Stale data if upstream economic data provider has not refreshed
- Payment failure (402) if USDC balance is insufficient
- Timeout if the upstream calendar aggregator is slow to respond
- Missing actual values for future events that have not yet occurred

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a structured list of economic calendar events including event name, country/currency, scheduled date and time, impact level (low/medium/high), consensus forecast, previous value, and actual value where available.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/kiteendpoints-ai-ultimate-economic-calendar-bdd90fbe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
