Currencies/Oceania/NZD
🇳🇿

NZD/USD

New Zealand Dollar

Commodity-linked currency with strong Asian trade ties.

Country
New Zealand
Region
Oceania
Active Sources
5+
On-Chain
Avalanche (Live)
Indicative Reference Rate
—
USD per 1 NZD
Confidence Band
High
Active Sources
5+
Last Public Update
Delayed
Public Display Notice

Rates displayed on this page are indicative and intentionally delayed. Production rates with full precision are available on-chain and via authenticated APIs only.

Get Production Access

Technical Integration

Solidity Integration

// Get NZD/USD rate
IAFXOOracle oracle = IAFXOOracle(
    AFXO_NZD_USD_ADDRESS
);

(
    uint80 roundId,
    int256 price,
    uint256 startedAt,
    uint256 updatedAt,
    uint80 answeredInRound
) = oracle.latestRoundData();

// price is in 8 decimal format
// e.g., 0.00770000 USD = 770000

REST API

GET /v1/rates/NZD/USD

{
  "pair": "NZD/USD",
  "rate": "0.00770000",
  "confidence": 95.2,
  "timestamp": "2025-01-19T12:00:00Z",
  "sources": 5
}

// Requires API key
// Header: X-API-Key: your_key

NZD Data Methodology

Multi-Source Aggregation

NZD rates are aggregated from multiple institutional FX data providers, ensuring reliability even during source outages.

AI Quality Control

Machine learning models detect anomalies and outliers in real-time, ensuring data quality before on-chain publication.

High-Frequency Updates

Updates aligned to New Zealand market hours and settlement windows, ensuring data freshness when it matters most.

Other Oceania Currencies

Disclaimer: The NZD/USD exchange rate information displayed on this page is provided for informational purposes only and should not be relied upon for trading, settlement, or any financial decision-making. Rates shown are indicative, may be delayed, and do not represent tradeable prices. AFXO is a data infrastructure provider and does not provide financial advice. For production-grade data with full precision and contractual guarantees, please access our authenticated APIs or on-chain oracles under a commercial agreement.