# KiteEndpoints.ai - Trading Economics API

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

Fetches economic indicators, market data, and trading analytics from Trading Economics via a pay-per-request proxy

## Facts

- Endpoint: POST https://kite-solana.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-f947d0aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c33WrWSVSTockrN4X4Q8j

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-f947d0aa -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 last quarter?

## When to prefer this

Choose this endpoint when you need macroeconomic data, country-level indicators, or market statistics sourced from Trading Economics without managing a direct Trading Economics subscription. Ideal for agents performing financial research, economic comparisons, or enriching investment decisions with real-world macro data, paid conveniently per-request in USDC.

## Known failure modes

- Invalid or unsupported country/indicator combination returns empty or error result
- Payment failure in USDC results in 402 response blocking the request
- Rate limiting may occur under high request volume
- Stale or delayed data if Trading Economics upstream feed is lagged
- Malformed request body causes 400 error with no data returned

## 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 JSON object containing economic indicator values, market data, country statistics, or calendar events as provided by Trading Economics — including figures like GDP, inflation, interest rates, unemployment, or commodity prices depending on the query parameters sent.

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