Iste'molchilar kutishlari (CAD)

Integratsiya testlari bilan tasdiqlangan indikator.

Latest reading: 2.09 (2016-06-30)  ·  Balance

Category: Additional Indicators

API Endpoint

/api/v1/announcements/cad/consumer_expectations

About Iste'molchilar kutishlari (CAD)

Consumer expectations for Canada captures the forward-looking component of confidence surveys—where households expect economic conditions to be in 6–12 months. It is a leading indicator within the broader confidence index.

Why FX traders watch it

Future-looking expectations often move ahead of current conditions. A deterioration in expectations even while current conditions remain stable is an early signal that spending may slow, giving the Bank of Canada reason to monitor whether rate policy needs adjustment.

How to interpret the data

Strong expectations are cad-supportive as they point to a healthy spending pipeline. Weak expectations that diverge from positive current conditions are a warning sign that economic momentum is fading.

Historical Iste'molchilar kutishlari (CAD)

Source: Bank of Canada/StatCan  ·  Quarterly  ·  Balance

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

Data Source

Primary Source

Bank of Canada/StatCan

Official Series ID

Conference Board

Data Format and Properties

Data Frequency

Quarterly

Unit of Measure

Balance

JSON Response Structure

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

{
    "currency": "CAD",
    "indicator": "consumer_expectations",
    "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 Iste'molchilar kutishlari data for CAD from 2023:

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