Afikún Owó Kókó (Gígé) (CAD)

Atọka ti a fọwọsi nipasẹ awọn idanwo isọpọ.

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

Category: Additional Indicators

API Endpoint

/api/v1/announcements/cad/core_inflation_trim

About Afikún Owó Kókó (Gígé) (CAD)

Trimmed-mean core CPI for Canada removes the highest and lowest price-change components of the basket each month before averaging, reducing the impact of outliers and one-off price shocks.

Why FX traders watch it

The trimmed-mean approach can reveal persistent inflation pressures that are masked by large swings in a handful of categories. The Bank of Canada uses it alongside median and weighted-median measures to triangulate underlying price trends.

How to interpret the data

A trimmed-mean above target over multiple months reinforces the view that inflation is broad-based rather than driven by a few volatile items, supporting a hawkish stance from the Bank of Canada and, in turn, the cad.

Historical Afikún Owó Kókó (Gígé) (CAD)

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

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

Data Source

Primary Source

Bank of Canada/StatCan

Official Series ID

V41690973

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_trim",
    "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 Afikún Owó Kókó (Gígé) data for CAD from 2023:

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