Labour Productivity was last reported at 120.02 Index 2017=100 as of April 1, 2026. That is up 0.35% from the prior reading of 119.59 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 | 120.02 |
| 2026 Q1 | 119.59 |
| 2025 Q4 | 119.35 |
| 2025 Q3 | 118.88 |
| 2025 Q2 | 117.39 |
| 2025 Q1 | 116.19 |
| 2024 Q4 | 116.45 |
| 2024 Q3 | 116.04 |
| 2024 Q2 | 114.99 |
| 2024 Q1 | 113.95 |
| Date | Value (Index 2017=100) |
|---|---|
| 2023 Q4 | 113.88 |
| 2023 Q3 | 112.79 |
| 2023 Q2 | 111.40 |
| 2023 Q1 | 110.30 |
| 2022 Q4 | 110.05 |
| 2022 Q3 | 109.42 |
| 2022 Q2 | 109.36 |
| 2022 Q1 | 110.18 |
| 2021 Q4 | 111.58 |
| 2021 Q3 | 110.95 |
Pull the full history of Labour Productivity 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=USPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();