AI Answer-Ready

Key Facts

Page
Inflation
Section
API Data Docs
Canonical URL
https://fxmacrodata.com/api-data-docs/nzd/inflation
Source
RBNZ
Last Updated
2016-06-30

Provenance And Trust

Cite the canonical URL and source field above. Where available, this page maps to official publisher releases and timestamped updates.

What Changed

Latest change vs prior release: 0.0000 (0.00%)

Quick Q&A

What is this page about? This page explains Inflation with directly usable context for trading, research, and API workflows.

What source should be cited? Use the canonical URL and the listed source field; cite official publisher references when available.

How fresh is this content? The last updated value above reflects the page metadata or latest available data timestamp.

Can this be used in AI assistants? Yes. This section is intentionally structured for retrieval and citation in chat assistants.

Prompt Packs

Use these in ChatGPT, Claude, Gemini, Perplexity, or Grok for consistent source-aware outputs.

Tasa de Inflación (CPI/HICP) (NZD)

Mide el cambio porcentual interanual en el Índice de Precios al Consumidor (CPI).

Latest reading: 0.4 Year-over-year % · Last updated: · Source: RBNZ

Category: Economy

API Endpoint

/api/v1/announcements/nzd/inflation

Optional Indicator Availability (NZD)

Optional indicators use per-currency fetcher capability checks and may be temporarily hidden while source coverage is being remediated.

foreign_reserves
Available
cb_assets
Available
inflation_mom
Unavailable Not implemented on this currency fetcher yet.

About Tasa de Inflación (CPI/HICP) (NZD)

New Zealand's headline Consumer Price Index (CPI) measures the quarterly change in the price level of a representative basket of consumer goods and services. It is the primary inflation measure monitored by the Reserve Bank of New Zealand.

Why FX traders watch it

Central banks, including the Reserve Bank of New Zealand, set policy rates in response to inflation. An above-target CPI print increases the probability of a rate hike, which is typically nzd-positive, while below-target inflation raises rate-cut odds and can weaken the currency.

How to interpret the data

An inflation reading above consensus or above the Reserve Bank of New Zealand's target band is hawkish and supports the nzd. A downside surprise is dovish and tends to weigh on the currency, particularly when inflation has been trending lower for several months.

Historical Tasa de Inflación (CPI/HICP) (NZD)

Source: RBNZ  ·  Quarterly  ·  Year-over-year %

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

Data Source

Primary Source

RBNZ

Official Series ID

hm1.xlsx (CPI y/y%)

Data Format and Properties

Data Frequency

Quarterly

Unit of Measure

Year-over-year %

JSON Response Structure

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

{
    "currency": "NZD",
    "indicator": "inflation",
    "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 Tasa de Inflación (CPI/HICP) data for NZD from 2023:

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

Frequently Asked Questions

What is the Reserve Bank of New Zealand's inflation target?
Most major central banks target annual inflation near 2%. Check the Reserve Bank of New Zealand's current monetary policy statement for the official target.
How is headline CPI different from core CPI?
Headline CPI includes all items, notably food and energy, which are volatile. Core CPI strips these out to give a cleaner read of underlying price pressure.
Which currency endpoint serves New Zealand CPI data?
Historical CPI data for New Zealand is available at /api/v1/announcements/nzd/inflation.