Securely Redirecting...

Connecting to Stripe

Inflation-Linked Bond Yield (AUD)

The real yield on inflation-indexed government bonds (e.g., TIPS in the US). This yield measures the 'real' cost of borrowing, independent of inflation. The difference between the nominal bond yield and the inflation-linked bond yield (the breakeven inflation rate) is a crucial metric that directly reflects market expectations of future inflation, which strongly influences Central Bank policy and, consequently, the currency's value.

Category: Government Bond Yields

API Endpoint

/api/aud/inflation_linked_bond
Or view detailed, interactive documentation: Open Swagger Docs

Data Source

Primary Source

RBA

Official Series ID

f2-data.csv (Inflation-Linked Bond)

Data Format and Properties

Data Frequency

Daily

Unit of Measure

Percent, Daily Yield

JSON Response Structure

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

[
  {
    "date": "YYYY-MM-DD", 
    "val": 0.00
  },
  {
    "date": "2024-07-01", 
    "val": 4.2 
  },
  // ... history 
]

Request Parameters & Usage

Parameter Required Format Description
start YES YYYY-MM-DD The start date for the data retrieval.
end NO YYYY-MM-DD The end date for the data retrieval. Defaults to today's date.
key YES string Your unique API key for authentication.

Example Usage

To retrieve the Inflation-Linked Bond Yield data for AUD starting from the beginning of 2023:

GET https://fxmacrodata.com/api/aud/inflation_linked_bond?start=2023-01-01&key=YOUR_API_KEY