Unit Labour Costs was last reported at 123.98 Index 2017=100 as of April 1, 2026. That is up 0.29% from the prior reading of 123.62 Index 2017=100. This indicator is reported Quarterly and seasonally adjusted, and is tracked under the Labor category. The next scheduled release is November 5, 2026.
| Date | Value (Index 2017=100) |
|---|---|
| 2026 Q2 | 123.98 |
| 2026 Q1 | 123.62 |
| 2025 Q4 | 123.22 |
| 2025 Q3 | 122.57 |
| 2025 Q2 | 122.27 |
| 2025 Q1 | 123.17 |
| 2024 Q4 | 121.03 |
| 2024 Q3 | 120.17 |
| 2024 Q2 | 119.84 |
| 2024 Q1 | 119.53 |
| Date | Value (Index 2017=100) |
|---|---|
| 2023 Q4 | 117.93 |
| 2023 Q3 | 117.57 |
| 2023 Q2 | 117.23 |
| 2023 Q1 | 116.54 |
| 2022 Q4 | 115.90 |
| 2022 Q3 | 116.41 |
| 2022 Q2 | 114.44 |
| 2022 Q1 | 113.45 |
| 2021 Q4 | 111.50 |
| 2021 Q3 | 110.54 |
Pull the full history of Unit Labour Costs into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=USULC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USULC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USULC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();