Gross Domestic Product, Quarterly Growth, Australia. Sourced from ABS National Accounts (5206.0); resolves to /v1/data/abs/ANA_AGG [measure=change, series=gdp, region=australia].
| Series ID | AU.GDP.GROWTH |
|---|---|
| Frequency | quarterly |
| Units | Percent |
| Adjustment | Seasonally Adjusted |
| Source | ABS National Accounts (5206.0) |
| Resolves to | /v1/series/AU.GDP.GROWTH |
| Backed by | /v1/data/abs/ANA_AGG [measure=change, series=gdp, region=australia] |
Get the latest value
curl -H 'Authorization: Bearer ak_your_key' \
https://api.ausdata.io/v1/series/AU.GDP.GROWTH/latest Get the full series (with a transform)
# annual percent change, last 12 observations, CSV
curl -H 'Authorization: Bearer ak_your_key' \
'https://api.ausdata.io/v1/series/AU.GDP.GROWTH?units=pc1&limit=12&format=csv' Embed a chart
Mint a chart-only token at /v1/account/embed-token, then:
<img src="https://api.ausdata.io/v1/series/AU.GDP.GROWTH/chart.svg?key=emb_..."> Related series
Thematic neighbours, ranked by shared tags.
AU.GDP.REAL Gross Domestic Product, Chain Volume (Real), Australia
ABS National Accounts (5206.0)
AU.GDP.LEVEL Gross Domestic Product, Current Prices, Australia
ABS National Accounts (5206.0)
AU.CPI.YOY Consumer Price Index, Annual Change (Headline Inflation), Australia
ABS Consumer Price Index (6401.0)
AU.GDP.PER.CAPITA GDP per Capita (Chain Volume), Australia
ABS Australian National Accounts (5206.0)
AU.WAGES.YOY Wage Price Index, Annual Growth, Australia
ABS Wage Price Index (6345.0)
AU.CPI.INDEX Consumer Price Index, Index Level, Australia
ABS Consumer Price Index (6401.0)