Earnings, Production Workers was last reported at 32.53 $ per hour as of August 1, 2026. That is up 0.34% from the prior reading of 32.42 $ per hour. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Labor category. The next scheduled release is October 2, 2026.
| Date | Value ($ per hour) |
|---|---|
| Aug 2026 | 32.53 |
| Jul 2026 | 32.40 |
| Jun 2026 | 32.36 |
| May 2026 | 32.31 |
| Apr 2026 | 32.23 |
| Mar 2026 | 32.12 |
| Feb 2026 | 32.04 |
| Jan 2026 | 31.94 |
| Dec 2025 | 31.83 |
| Nov 2025 | 31.79 |
| Date | Value ($ per hour) |
|---|---|
| Oct 2025 | 31.70 |
| Sep 2025 | 31.56 |
| Aug 2025 | 31.49 |
| Jul 2025 | 31.39 |
| Jun 2025 | 31.31 |
| May 2025 | 31.20 |
| Apr 2025 | 31.09 |
| Mar 2025 | 31.02 |
| Feb 2025 | 30.89 |
| Jan 2025 | 30.79 |
Pull the full history of Earnings, Production Workers 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=USWAGEPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USWAGEPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USWAGEPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();