Trade-Weighted Index (NEER) (USD)

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: 94.51 (2016-05-31)  ·  Index (2020=100)

Category: Economy

API Endpoint

/api/v1/announcements/usd/trade_weighted_index

About Trade-Weighted Index (NEER) (USD)

The trade-weighted index (TWI) for United States measures the usd'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 Federal Reserve monitors the TWI when assessing imported inflation and the competitiveness of United States'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 usd is strengthening in trade-weighted terms, reducing import costs but potentially weighing on export growth. The Federal Reserve may reference TWI levels in communications about currency policy.

Historical Trade-Weighted Index (NEER) (USD)

Source: FRED (BEA/BLS/Fed)  ·  Monthly  ·  Index (2020=100)

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

Data Source

Primary Source

FRED (BEA/BLS/Fed)

Official Series ID

DTWEXBGS

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": "USD",
    "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 USD from 2023:

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