{
    "terms": {
        "url": "https://www.bankofcanada.ca/terms/"
    },
    "seriesDetail": {
        "CPI_MEDIAN": {
            "label": "CPI-median",
            "description": "The monthly value of the median Consumer Price Index (CPI). This series measures the central tendency of price changes across CPI components, excluding extreme movements.",
            "dimension": {
                "key": "d",
                "name": "Date"
            }
        },
        "CPI_TRIM": {
            "label": "CPI-trim",
            "description": "The monthly value of the trim component of the Consumer Price Index (CPI). This measure excludes CPI components whose rates of change in a given month are located in the tails of the distribution of price changes.",
            "dimension": {
                "key": "d",
                "name": "Date"
            }
        }
    },
    "observations": [
        {
            "d": "2026-07-01",
            "CPI_TRIM": {
                "v": "1.9"
            },
            "CPI_MEDIAN": {
                "v": "2.0"
            }
        },
        {
            "d": "2026-06-01",
            "CPI_TRIM": {
                "v": "1.9"
            },
            "CPI_MEDIAN": {
                "v": "1.9"
            }
        },
        {
            "d": "2026-05-01",
            "CPI_TRIM": {
                "v": "2.0"
            },
            "CPI_MEDIAN": {
                "v": "2.1"
            }
        }
    ]
}