Trade-Weighted Index (NEER) (NZD)

Nominal Effective Exchange Rate (NEER) measuring the value of a currency relative to a basket of trading partners' currencies, weighted by trade volumes. Published monthly by the BIS.

Latest reading: 102.08 Index (2020=100) · Last updated: · Source: RBNZ/Stats NZ

Category: Economy

API Endpoint

/api/v1/announcements/nzd/trade_weighted_index

About Trade-Weighted Index (NEER) (NZD)

The trade-weighted index (TWI) for New Zealand measures the nzd's value against a basket of currencies weighted by bilateral trade volumes. It gives a broader read of currency strength than any single bilateral rate.

Why FX traders watch it

The Reserve Bank of New Zealand monitors the TWI when assessing imported inflation and the competitiveness of New Zealand's export sector. A strong TWI can reduce import inflation but also reduce export competitiveness.

How to interpret the data

A rising TWI means the nzd is strengthening in trade-weighted terms, reducing import costs but potentially weighing on export growth. The Reserve Bank of New Zealand may reference TWI levels in communications about currency policy.

Historical Trade-Weighted Index (NEER) (NZD)

Source: RBNZ/Stats NZ  ·  Monthly  ·  Index (2020=100)

Data provided by FXMacroData via the /api/v1/announcements/nzd/trade_weighted_index endpoint. For access, see pricing.

Data Source

Primary Source

RBNZ/Stats NZ

Official Series ID

TWI

Data Format and Properties

Data Frequency

Monthly

Unit of Measure

Index (2020=100)

JSON Response Structure

The endpoint returns a chronological list of observations in JSON format.

{
    "currency": "NZD",
    "indicator": "trade_weighted_index",
    "has_official_forecast": false,
    "start_date": "2023-01-01",
    "end_date": "2023-12-31",
    "data": [
        {
            "date": "2024-07-01",
            "val": 4.2,
            "announcement_datetime": 1722456000
        }
    ]
}

Request Parameters & Usage

Parameter Required Format Description
start_date NO YYYY-MM-DD Optional lower bound for the requested history.
end_date NO YYYY-MM-DD Optional upper bound. Defaults to the current date.
api_key CONDITIONAL string Required for non-USD announcement requests. USD announcement requests are public without an API key.

Example Usage

To retrieve Trade-Weighted Index (NEER) data for NZD from 2023:

GET https://fxmacrodata.com/api/v1/announcements/nzd/trade_weighted_index?start_date=2023-01-01&end_date=2023-12-31&api_key=YOUR_API_KEY

Frequently Asked Questions

How often is New Zealand Trade-Weighted Index (NEER) updated?
Trade-Weighted Index (NEER) for New Zealand is released on a monthly schedule by Reserve Bank of New Zealand (or the relevant national statistics agency). FXMacroData ingests each new value within seconds of the official publication and exposes the exact announcement timestamp on every record.
What unit is Trade-Weighted Index (NEER) reported in?
The series is published in Index (2020=100). The exact unit is also returned on every API response under the indicator metadata.
Where does FXMacroData source New Zealand Trade-Weighted Index (NEER) data?
Data is fetched directly from Reserve Bank of New Zealand or the official national statistics publication for New Zealand. The source URL is preserved on every announcement record so downstream consumers can trace the value back to its primary release.
How do I query Trade-Weighted Index (NEER) for New Zealand via the API?
Issue a GET request to /api/v1/announcements/nzd/trade_weighted_index?api_key=YOUR_API_KEY. The response contains a chronological list of observations with values, release dates, and announcement timestamps. USD announcement data is public; other currencies require a Professional API key.