What does AU.UNEMP.QLD measure?
Unemployment Rate, Queensland is a monthly series from ABS Labour Force (6202.0), in Percent.
Unemployment Rate, Queensland. Sourced from ABS Labour Force (6202.0); resolves to /v1/data/abs/LF [measure=unemployment_rate, sex=persons, region=qld, adjustment=seasonally_adjusted].
| Series ID | AU.UNEMP.QLD |
|---|---|
| Frequency | monthly |
| Units | Percent |
| Adjustment | Seasonally Adjusted |
| Source | ABS Labour Force (6202.0) |
| Resolves to | /v1/series/AU.UNEMP.QLD |
| Backed by | /v1/data/abs/LF [measure=unemployment_rate, sex=persons, region=qld, adjustment=seasonally_adjusted] |
How do I get the latest value?
curl -H 'Authorization: Bearer ak_your_key' \
https://api.ausdata.io/v1/series/AU.UNEMP.QLD/latest How do I get the full history?
# annual percent change, last 12 observations, CSV
curl -H 'Authorization: Bearer ak_your_key' \
'https://api.ausdata.io/v1/series/AU.UNEMP.QLD?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.UNEMP.QLD/chart.svg?key=emb_..." alt="Unemployment Rate, Queensland chart"> Related series
Thematic neighbours, ranked by shared tags.
AU.EMPLOYED.QLD Employed Persons, Queensland
ABS Labour Force (6202.0)
AU.UNEMP.NSW Unemployment Rate, New South Wales
ABS Labour Force (6202.0)
AU.UNEMP.SA_STATE Unemployment Rate, South Australia
ABS Labour Force (6202.0)
AU.UNEMP.TAS Unemployment Rate, Tasmania
ABS Labour Force (6202.0)
AU.UNEMP.VIC Unemployment Rate, Victoria
ABS Labour Force (6202.0)
AU.UNEMP.WA Unemployment Rate, Western Australia
ABS Labour Force (6202.0)