ausdata.io

Home / Endpoints / Housing affordability

Housing affordability

Mean dwelling value divided by median income, a price-to-income affordability ratio.

snapshot ABSATO

What it answers

How many years of income does a typical home cost? This divides the ABS mean dwelling value by ATO median income to give a price-to-income affordability ratio. It compresses the affordability question into the multiple buyers actually feel.

Call it

curl -H 'Authorization: Bearer ak_your_key' \
  https://api.ausdata.io/v1/housing-affordability

Returns

Every response uses the same envelope, {data, meta, links}. The data field carries the answer (an object for a single snapshot, a list when there is one row per entity). The meta field carries the trust contract: the reference periods, retrieved_at, the per-source attribution you reproduce on publish, and the stale flag. The links field offers a csv alternative when one is available.

{
  "data": { ... },
  "meta": {
    "endpoint": "/v1/housing-affordability",
    "query": { ... },
    "period": { "start": "...", "end": "..." },
    "row_count": 1,
    "retrieved_at": "<ISO-8601 UTC>",
    "sources": [
      { "name": "...", "url": "...", "attribution": "..." }
    ],
    "stale": false,
    "stale_reason": null,
    "server_version": "..."
  },
  "links": { "csv": null }
}

Draws from

This signal joins data from 2 sources. Each source page lists the underlying datasets and canonical series.

Cross-source signals join multiple sources into one response. Reliability: a signal returns current data or a clear 503; it never serves an older vintage as the current answer.

Related signals

All endpoints