סחורות למעט אנרגיה (CAD)

אינדיקטור שאומת על ידי בדיקות אינטגרציה.

Latest reading: 314.06 (2016-05-11)  ·  USD Index

Category: Additional Indicators

API Endpoint

/api/v1/announcements/cad/commodity_price_ex_energy

About סחורות למעט אנרגיה (CAD)

The ex-energy commodity price index for Canada tracks non-energy commodity prices—typically metals and agricultural products. It separates structural commodity demand from energy price volatility.

Why FX traders watch it

For metal and agricultural exporters, the ex-energy index is a better proxy for export revenues. It also signals global industrial demand trends independent of oil price cycles.

How to interpret the data

Rising ex-energy commodity prices are positive for agricultural and metals exporters, boosting their terms of trade. Falling prices signal weak global manufacturing demand and can weigh on commodity-linked currencies.

Historical סחורות למעט אנרגיה (CAD)

Source: Bank of Canada/StatCan  ·  Weekly  ·  USD Index

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

Data Source

Primary Source

Bank of Canada/StatCan

Official Series ID

BCPI_EXEN

Data Format and Properties

Data Frequency

Weekly

Unit of Measure

USD Index

JSON Response Structure

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

{
    "currency": "CAD",
    "indicator": "commodity_price_ex_energy",
    "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 סחורות למעט אנרגיה data for CAD from 2023:

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