# NZD/USD Live Forex Rate

> NZD/USD 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 NZD to USD exchange rate with no parameters required

## Facts

- Endpoint: GET https://api.x402node.dev/forex/rate/nzd/usd/nzd-usd
- 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/nzd-usd-live-forex-rate-070ebb63
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dawIxHcuzjx0ODIHkeH7F

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 nzd-usd-live-forex-rate-070ebb63
```

Example prompt: What's the live exchange rate for New Zealand dollar to US dollar right now?

## When to prefer this

Use this endpoint when you need a zero-parameter, instant lookup of the live NZD/USD exchange rate with a structured JSON response including a timestamp. Prefer it for lightweight forex queries in agentic workflows where no currency amount conversion math is needed — just the raw rate.

## Known failure modes

- Rate feed unavailable — upstream forex data source down
- Payment not fulfilled — x402 payment of $0.004 USDC required before data is returned
- Stale rate — as_of timestamp may lag real market if source feed is delayed
- Network timeout — API host unreachable

## How this service works

Live NZD to USD exchange rate (New Zealand Dollar / US Dollar). Zero-param: GET returns current rate. 纽元兑美元实时汇率。NZドル/米ドル 為替レート。Tipo de cambio dólar neozelandés-dólar. 뉴질랜드 달러 달러 환율. nzd usd, nzd-usd, NZD/USD forex quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the currency pair (NZD/USD), the current exchange rate as a number, the base and quote currency codes, a timestamp indicating when the rate was last updated, and the data source.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nzd-usd-live-forex-rate-070ebb63/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)
