# EU Economic Bundle API

> EU Economic Bundle API is a paid API for AI agents from agentdatum.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Returns a combined EU macroeconomic, industry, and trade dataset for all 27 European Union countries in a single API call

## Facts

- Endpoint: GET https://agentdatum.com/api/v1/eu/bundle
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/eu-economic-bundle-api-1aed01f3
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TsppoNpsBm8ZVjUa4zIMD

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 eu-economic-bundle-api-1aed01f3
```

Example prompt: Pull the full EU economic bundle for me — I need macro indicators like GDP and inflation, plus industry and trade data for all 27 European Union countries in one shot.

## When to prefer this

Choose this endpoint when you need a comprehensive, multi-dimensional view of the EU economy in a single call — covering macro, industry, and trade simultaneously. It is more cost-efficient than purchasing macro, industry, and trade endpoints separately (advertised 40% savings). Prefer it over country-specific or single-indicator endpoints when you need EU-wide aggregate analysis or want to avoid multiple round-trips for European economic data.

## Known failure modes

- Data source temporarily unavailable — may return 503 or empty payload
- Stale or cached data if underlying statistical sources (e.g. Eurostat) haven't refreshed
- Payment failure via x402 protocol resulting in 402 response before data is returned
- Malformed or missing fields if a specific country's data is not yet published
- Rate limiting if called too frequently in a short window

## How this service works

🇪🇺 EU BUNDLE: macro + industry + trade in one call. Save 40% vs buying separately. The complete European Union economic dashboard — 27 countries, one API. No other x402 marketplace has this. 💎【付款后立得】实时结构化JSON，即插即用——无需注册，USDC一键支付即取数据。

## Output

A single JSON response containing aggregated EU economic indicators across all 27 member countries, including macroeconomic metrics (GDP, GDP growth, CPI inflation, unemployment rate, population, trade balance), industry data, and trade statistics such as current account balance and foreign direct investment figures.

## Request schema (JSON Schema)

```json
{
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "type": "string",
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ]
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "required": [
    "type",
    "method"
   ],
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   },
   "required": [
    "type"
   ]
  }
 },
 "required": [
  "input"
 ]
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "gdp_yoy_pct": 0.8,
  "trade_balance_eur": 34.2,
  "industrial_production_yoy_pct": 1.2
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/eu-economic-bundle-api-1aed01f3/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentdatum.com](https://www.zero.xyz/host/agentdatum.com/llms.txt)
