Bazna inflacija (medijana) (CAD)

Indikator validiran integracionim testovima.

Latest reading: 3.7 (2024-01-01)  ·  %YoY

Category: Additional Indicators

API Endpoint

/api/v1/announcements/cad/core_inflation_median

About Bazna inflacija (medijana) (CAD)

The median CPI measure for Canada identifies the price change at the exact midpoint of the distribution of all consumer basket components. It is highly resistant to distortions from extreme individual component moves.

Why FX traders watch it

Median inflation measures are less sensitive to energy spikes or one-off administered price changes. When median inflation diverges from headline, it signals how broad-based underlying price pressure truly is for the Canada economy.

How to interpret the data

Rising median CPI signals that price increases are becoming widespread across the economy rather than concentrated—a hawkish signal for the Bank of Canada and broadly supportive of the cad.

Historical Bazna inflacija (medijana) (CAD)

Source: Bank of Canada/StatCan  ·  Monthly  ·  %YoY

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

Data Source

Primary Source

Bank of Canada/StatCan

Official Series ID

V41690914

Data Format and Properties

Data Frequency

Monthly

Unit of Measure

%YoY

JSON Response Structure

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

{
    "currency": "CAD",
    "indicator": "core_inflation_median",
    "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 Bazna inflacija (medijana) data for CAD from 2023:

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