Dar Para Arzı (M1) (USD)

Dolaşımdaki para + vadesiz mevduatlar. RBNZ sütun A.

Latest reading: 3259.6 (2016-05-31)  ·  USD bn

Category: Money & Credit

API Endpoint

/api/v1/announcements/usd/m1

About Dar Para Arzı (M1) (USD)

M1 money supply for United States covers the most liquid forms of money: currency in circulation, demand deposits, and other balances immediately convertible to cash. It is published monthly by the Federal Reserve or national statistics agency.

Why FX traders watch it

Rapid M1 growth can signal future inflationary pressures via the quantity theory of money. Conversely, shrinking M1 may indicate tightening monetary conditions, which reduces inflation risk but also slows economic activity.

How to interpret the data

M1 alone is rarely a primary FX catalyst, but sustained above-trend growth is a medium-term inflation risk and may increase rate-hike probability, supporting the usd. Contracting M1 is associated with tighter liquidity.

Historical Dar Para Arzı (M1) (USD)

Source: FRED (BEA/BLS/Fed)  ·  Monthly  ·  USD bn

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

Data Source

Primary Source

FRED (BEA/BLS/Fed)

Official Series ID

M1SL

Data Format and Properties

Data Frequency

Monthly

Unit of Measure

USD bn

JSON Response Structure

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

{
    "currency": "USD",
    "indicator": "m1",
    "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 Dar Para Arzı (M1) data for USD from 2023:

GET https://fxmacrodata.com/api/v1/announcements/usd/m1?start_date=2023-01-01&end_date=2023-12-31