Dakhliga Deynta Ku Xiran Sicir Bararka (USD)

Reference information for Inflation-Linked Bond Yield.

Latest reading: 0.12 (2016-06-27)  ·  Percent

Category: Government Bond Yields

API Endpoint

/api/v1/announcements/usd/inflation_linked_bond

About Dakhliga Deynta Ku Xiran Sicir Bararka (USD)

United States's inflation-linked bond yield is the real yield (after adjusting for expected inflation) on government bonds indexed to the CPI. It is the purest market signal of the real risk-free rate in United States.

Why FX traders watch it

Real yields are the primary driver of usd valuation in the modern FX framework. Rising real yields attract international capital to usd-denominated assets, supporting appreciation.

How to interpret the data

Positive and rising real yields are strongly usd-positive as they make United States assets attractive on a real, inflation-adjusted basis. Deeply negative real yields (as seen during QE) are typically usd-negative.

Historical Dakhliga Deynta Ku Xiran Sicir Bararka (USD)

Source: FRED (Treasury)  ·  Daily  ·  Percent

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

Data Source

Primary Source

FRED (Treasury)

Official Series ID

DFII10

Data Format and Properties

Data Frequency

Daily

Unit of Measure

Percent

JSON Response Structure

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

{
    "currency": "USD",
    "indicator": "inflation_linked_bond",
    "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 Dakhliga Deynta Ku Xiran Sicir Bararka data for USD from 2023:

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