महागाई-संबंधित रोखे उत्पन्न (AUD)

Reference information for Inflation-Linked Bond Yield.

Latest reading: 0.54 (2016-05-12)  ·  Percent

Category: Government Bond Yields

API Endpoint

/api/v1/announcements/aud/inflation_linked_bond

About महागाई-संबंधित रोखे उत्पन्न (AUD)

Australia'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 Australia.

Why FX traders watch it

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

How to interpret the data

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

Historical महागाई-संबंधित रोखे उत्पन्न (AUD)

Source: RBA  ·  Daily  ·  Percent

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

Data Source

Primary Source

RBA

Official Series ID

f2-data.csv (Inflation-Linked)

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": "AUD",
    "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 महागाई-संबंधित रोखे उत्पन्न data for AUD from 2023:

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