Brede Geldhoeveelheid (M3) (CHF)

M1 + spaargeld + termijndeposito's. RBNZ kolom A+B (breedste aggregaat).

Latest reading: 977928.0 (2016-05-31)  ·  CHF mn

Category: Money & Credit

API Endpoint

/api/v1/announcements/chf/m3

About Brede Geldhoeveelheid (M3) (CHF)

M3 money supply for Switzerland is the broadest monetary aggregate, adding large time deposits, institutional money funds, and short-term repurchase agreements to M2.

Why FX traders watch it

M3 encompasses institutional liquidity and is closely tracked by the ECB as part of its 'two-pillar' monetary analysis. Large swings in M3 can signal major shifts in financial system liquidity and credit conditions.

How to interpret the data

Accelerating M3 growth signals an expansion of credit and liquidity, which can be inflationary if output growth fails to keep pace. Decelerating M3 indicates tightening financial conditions and a reduction in credit availability.

Historical Brede Geldhoeveelheid (M3) (CHF)

Source: SNB/FSO  ·  Monthly  ·  CHF mn

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

Data Source

Primary Source

SNB/FSO

Official Series ID

M3

Data Format and Properties

Data Frequency

Monthly

Unit of Measure

CHF mn

JSON Response Structure

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

{
    "currency": "CHF",
    "indicator": "m3",
    "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 Brede Geldhoeveelheid (M3) data for CHF from 2023:

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