# ECB Exchange Rates & Key Interest Rates

> ECB Exchange Rates & Key Interest Rates 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).

Returns European Central Bank (ECB) exchange rates for EUR against major currencies, or ECB key interest rates.

## Facts

- Endpoint: GET https://euro.memoryapi.org/x402/euro/rates
- 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-1f3a1ebf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aTCgRDWG2Wg1joXDNXjI7

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-1f3a1ebf
```

Example prompt: What's the current ECB official exchange rate for euros against the US dollar, and while you're at it, what is the ECB's current key interest rate?

## When to prefer this

Use this endpoint when you need official ECB-published EUR exchange rates or ECB key interest rates, especially for financial applications, economic analysis, or regulatory compliance that requires authoritative central bank data rather than commercial FX feeds.

## Known failure modes

- Unsupported currency pair returns an error or empty result
- ECB data temporarily unavailable due to publication schedule
- Rate type parameter not recognized
- Network timeout or payment failure (x402 micropayment)

## 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 ECB official exchange rate data for EUR against one or more major currencies (e.g. USD, GBP, JPY), or ECB key policy interest rates such as the deposit facility rate or main refinancing rate.

## Example request

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

## Response schema (JSON Schema)

```json
{
 "example": {
  "date": "2026-05-28",
  "type": "fx",
  "rates": [
   {
    "rate": 1.085,
    "vs_eur": "1 EUR = 1.085 USD",
    "currency": "USD"
   }
  ],
  "source": "European Central Bank",
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/euro-memoryapi-org-1f3a1ebf/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)
