# KiteEndpoints.ai - Forex Factory Data API

> KiteEndpoints.ai - Forex Factory Data API is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Fetches forex market calendar and economic event data from Forex Factory via a proxied paid API endpoint.

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/forex-factory
- Price: $0.12/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-forex-factory-data-api-3e77ae39
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sJMF-PYxuhGYWZ8uRZmll

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-forex-factory-data-api-3e77ae39 -d '<json body>'
```

Example prompt: Pull the latest Forex Factory economic calendar data for me so I can see what major currency events are scheduled this week.

## When to prefer this

Use this endpoint when you need programmatic access to Forex Factory economic calendar or market event data and want to pay per request in USDC without a subscription. Prefer this over direct scraping of Forex Factory when you need a clean API wrapper.

## Known failure modes

- Empty or malformed result object if Forex Factory upstream is unavailable
- 402 Payment Required if USDC payment is not attached
- Generic example response returned if no real data is available
- Upstream rate limiting causing incomplete data
- Schema mismatch if Forex Factory changes its data format

## 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 result object containing Forex Factory data such as economic events, currency news, or market calendar entries depending on the current feed.

## 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-forex-factory-data-api-3e77ae39/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
