# KiteEndpoints.ai - Trading Economics Data

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

Fetches trading economics data including economic indicators, market data, and financial statistics via a pay-per-request API

## Facts

- Endpoint: POST https://kite-endpoints.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-data-a7552d40
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ns-lIMvg0SGN2R-k1Acsy

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

Example prompt: Pull the latest GDP growth rate and inflation figures for Brazil from the Trading Economics dataset so I can compare them with Argentina's numbers.

## When to prefer this

Choose this endpoint when you need quick, pay-per-request access to Trading Economics macroeconomic data without a long-term subscription, especially for one-off lookups of country-level economic indicators, interest rates, GDP, inflation, or trade statistics. Prefer it over direct Trading Economics subscriptions for low-frequency agent workflows that benefit from USDC micropayment billing.

## Known failure modes

- Invalid or unsupported country/indicator combination returns empty or error result
- Insufficient USDC balance causes payment failure before request executes
- Vague or missing query parameters result in generic or no data returned
- Rate limits on the underlying Trading Economics API may cause delayed or failed responses
- Schema is minimal so incorrect parameter formatting may silently return unexpected data

## 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 economic data from Trading Economics, including indicators such as GDP, inflation, interest rates, trade balance, unemployment, and other macroeconomic statistics depending on the query parameters provided.

## 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-data-a7552d40/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)
