ສິນຄ້າໂພຄະພັນພະລັງງານ (CAD)

ຕົວຊີ້ວັດທີ່ຖືກກວດສອບໂດຍການທົດສອບການເຊື່ອມໂຍງ.

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

Category: Additional Indicators

API Endpoint

/api/v1/announcements/cad/commodity_price_energy

About ສິນຄ້າໂພຄະພັນພະລັງງານ (CAD)

The energy commodity price index for Canada tracks prices of energy-related commodities including crude oil, natural gas, and coal. Energy prices are a major determinant of production costs and the trade balance.

Why FX traders watch it

Energy is both an export revenue source (for producers like Canada and Norway) and an import cost driver (for importers like Japan and Eurozone). Energy price shocks feed directly into CPI and production costs.

How to interpret the data

Rising energy prices are positive for energy-exporting cads and negative for importers. Higher energy costs also raise CPI, potentially triggering central bank responses.

Historical ສິນຄ້າໂພຄະພັນພະລັງງານ (CAD)

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

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

Data Source

Primary Source

Bank of Canada/StatCan

Official Series ID

BCPI_EN

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_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_energy?start_date=2023-01-01&end_date=2023-12-31&api_key=YOUR_API_KEY