สินเชื่อภาคครัวเรือน (CAD)

ตัวบ่งชี้ที่ผ่านการตรวจสอบโดยการทดสอบการรวมระบบ

Latest reading: 5.59 (2016-06-01)  ·  CAD mn

Category: Additional Indicators

API Endpoint

/api/v1/announcements/cad/household_credit

About สินเชื่อภาคครัวเรือน (CAD)

Household credit for Canada measures total outstanding debt owed by individuals and families, including mortgages, consumer loans, and credit cards. It is the primary driver of consumer spending power relative to income.

Why FX traders watch it

High household debt makes consumers more sensitive to interest rate changes, amplifying the impact of Bank of Canada rate decisions on the economy. Rate hikes reduce disposable income for debt-laden households, cooling consumption.

How to interpret the data

Rapid household credit growth signals strong consumer demand but also rising leverage that could amplify a future downturn. A sharp deceleration in household credit typically precedes declining consumer spending.

Historical สินเชื่อภาคครัวเรือน (CAD)

Source: Bank of Canada/StatCan  ·  Monthly  ·  CAD mn

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

Data Source

Primary Source

Bank of Canada/StatCan

Official Series ID

V36860

Data Format and Properties

Data Frequency

Monthly

Unit of Measure

CAD mn

JSON Response Structure

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

{
    "currency": "CAD",
    "indicator": "household_credit",
    "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/household_credit?start_date=2023-01-01&end_date=2023-12-31&api_key=YOUR_API_KEY