# KiteEndpoints.ai - Forex Factory Data

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

Fetches forex market calendar data and trading news from ForexFactory via a pay-per-request API hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/forex-factory
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-forex-factory-data-3774f0a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iFsrIKA-NzPMCMv3DSW3-

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

Example prompt: Can you pull the upcoming high-impact forex economic calendar events from ForexFactory for this week so I can see which currency pairs might be volatile?

## When to prefer this

Choose this endpoint when you need forex economic calendar data from ForexFactory without building a direct scraper or integration. Useful for agents that need to contextualize FX trades around news events, schedule volatility alerts, or brief traders on upcoming market-moving releases. It is pay-per-request with no subscription required, making it suitable for low-frequency or on-demand lookups.

## Known failure modes

- ForexFactory upstream unavailable — returns error or empty result
- Stale data if ForexFactory calendar has not been recently indexed
- No filtering by currency or impact level — returns raw data requiring client-side filtering
- Payment failure via x402 USDC on Base chain prevents request from completing
- Generic schema makes it unclear what specific fields are returned until a live call is made

## 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 structured forex market calendar data sourced from ForexFactory, including scheduled economic events, their currency pairs, impact ratings (low/medium/high), release times, forecast values, and previous readings.

## 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-3774f0a2/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)
