# KiteEndpoints.ai - Trading Economics API

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

Fetches trading economics data including indicators, forecasts, and financial market data via a pay-per-request hub

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/trading-economics
- Price: $0.19/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-trading-economics-api-983201fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_d0EWlGsRrCyY7Kyn7Gv4Y

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-trading-economics-api-983201fb -d '<json body>'
```

Example prompt: Can you pull the latest GDP growth rate and inflation data for Brazil from Trading Economics so I can compare it with the current interest rate?

## When to prefer this

Use this endpoint when you need macroeconomic indicators, country-level economic data, or trading forecasts and want to pay per request in USDC without a long-term subscription to Trading Economics directly. Good for infrequent lookups or agent-driven workflows that need economic context on demand.

## Known failure modes

- Missing or invalid query parameters returns generic error
- Payment failure (insufficient USDC) returns 402 Payment Required
- Unsupported country or indicator returns empty result
- Rate limiting if too many concurrent requests
- Upstream Trading Economics API unavailability causes 502 or timeout

## 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 an object containing Trading Economics data — likely including economic indicators, rates, forecasts, or market values for the queried country or commodity, wrapped in a result object.

## 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-trading-economics-api-983201fb/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)
