# Eurostat EU Economic Statistics API

> Eurostat EU Economic Statistics API is a paid API for AI agents from euro.memoryapi.org, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-15).

Retrieves Eurostat economic statistics including GDP, inflation, unemployment, and trade data for EU member states.

## Facts

- Endpoint: GET https://euro.memoryapi.org/x402/euro/eurostat
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/euro-memoryapi-org-bb380205
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_A79sfG83Al8ELH0TZvUUN

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 euro-memoryapi-org-bb380205
```

Example prompt: Pull the latest Eurostat GDP and unemployment statistics for Germany and France so I can compare their economic performance.

## When to prefer this

Use this endpoint when you need official Eurostat-sourced macroeconomic data for EU member states — GDP, inflation, unemployment, or trade — especially when authoritative EU-level statistics are required. Prefer this over general economic data APIs when the focus is specifically on European Union countries and official EU statistical methodology.

## Known failure modes

- Invalid or unsupported EU member state name returns an error or empty result
- Requested time period outside available Eurostat data range returns no data
- Unsupported indicator type returns an error
- Payment of $0.001 USDC not provided or fails — returns 402 Payment Required
- Network timeout or service unavailability returns a 5xx error

## How this service works

European Central Bank and Eurostat economic data via x402 micropayments. Exchange rates, EU economic indicators, and ECB monetary data.

## Output

Returns official Eurostat economic statistics for EU member states, including GDP figures, inflation rates, unemployment percentages, and trade data, sourced from the European Commission's statistical office.

## Example request

```json
{
 "type": "fx",
 "currencies": "USD,GBP,JPY,CHF,CNY"
}
```

## Response schema (JSON Schema)

```json
{
 "example": {
  "data": [
   {
    "code": "DE",
    "value": 920000,
    "period": "2025-Q4",
    "country": "Germany"
   }
  ],
  "source": "Eurostat",
  "success": true,
  "indicator": "gdp",
  "latest_period": "2025-Q4",
  "countries_count": 5
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/euro-memoryapi-org-bb380205/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from euro.memoryapi.org](https://www.zero.xyz/host/euro.memoryapi.org/llms.txt)
