# KiteEndpoints.ai - Ultimate Economic Calendar

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

Retrieves a comprehensive economic calendar with upcoming and recent macroeconomic events, indicators, and releases for financial market analysis.

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/ultimate-economic-calendar
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-ultimate-economic-calendar-7941127d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Mv8fGlpmDF3wq3KglD-7A

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-7941127d -d '<json body>'
```

Example prompt: Pull up the economic calendar for this week and show me all high-impact events for the US and Eurozone — especially anything related to interest rates, inflation, or employment figures.

## When to prefer this

Use this endpoint when you need structured macroeconomic event data for trading, financial analysis, or monitoring market-moving releases. Prefer this over general news APIs when you specifically need scheduled economic indicator releases with forecast and actual values across multiple countries.

## Known failure modes

- No events found for the specified date range or filters — returns empty result set
- Invalid date range or unsupported country/currency code returns error
- Upstream economic data provider unavailable causes timeout or 500 error
- Payment failure on Base chain results in 402 response and no data returned
- Stale data if economic calendar provider has not updated recent actual values

## 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 names, scheduled release dates and times, affected countries/currencies, prior values, forecasted values, actual values (if released), and impact level (low/medium/high). Useful for financial planning, trading strategy, and macro research.

## 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-7941127d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
