# JPY/EUR Live Forex Rate

> JPY/EUR Live Forex Rate is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.004/call, status unknown (last checked 2026-09-14).

Returns the current live exchange rate from Japanese Yen (JPY) to Euro (EUR) with no input parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/forex/rate/jpy/eur/jpy-eur
- Price: $0.004/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/jpy-eur-live-forex-rate-367a9f98
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_CfF24vuDDgjoGZ0um0cFc

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 jpy-eur-live-forex-rate-367a9f98
```

Example prompt: What's the current exchange rate from Japanese Yen to Euro — just the live JPY/EUR rate right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant live JPY-to-EUR forex rate with a structured JSON response. Prefer this over general-purpose forex APIs when you specifically need JPY/EUR and want a simple GET with no query parameters.

## Known failure modes

- Rate feed unavailable — upstream forex data source is down or delayed
- Payment failure — insufficient USDC or x402 payment not accepted, returning 402
- Rate temporarily stale — 'as_of' timestamp may lag real-time by seconds to minutes
- Network timeout — the endpoint may be slow or unreachable

## How this service works

Live JPY to EUR exchange rate (Japanese Yen / Euro). Zero-param: GET returns current rate. 日元兑欧元实时汇率。円/ユーロ 為替レート。Tipo de cambio yen-euro. 엔 유로 환율. jpy eur, jpy-eur, JPY/EUR forex quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the currency pair identifier (e.g. 'jpy-eur'), the base currency ('jpy'), the quote currency ('eur'), the current numeric exchange rate, the timestamp of the rate ('as_of'), and the data source identifier.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/jpy-eur-live-forex-rate-367a9f98/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
