Average Hourly Earnings was last reported at 37.75 $ per hour as of August 1, 2026. That is up 0.27% from the prior reading of 37.65 $ 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 | 37.75 |
| Jul 2026 | 37.62 |
| Jun 2026 | 37.60 |
| May 2026 | 37.49 |
| Apr 2026 | 37.41 |
| Mar 2026 | 37.35 |
| Feb 2026 | 37.27 |
| Jan 2026 | 37.15 |
| Dec 2025 | 37.02 |
| Nov 2025 | 37.00 |
| Date | Value ($ per hour) |
|---|---|
| Oct 2025 | 36.85 |
| Sep 2025 | 36.70 |
| Aug 2025 | 36.62 |
| Jul 2025 | 36.47 |
| Jun 2025 | 36.36 |
| May 2025 | 36.28 |
| Apr 2025 | 36.12 |
| Mar 2025 | 36.11 |
| Feb 2025 | 35.94 |
| Jan 2025 | 35.84 |
Pull the full history of Average Hourly Earnings 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=USWAGE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USWAGE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USWAGE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();