Average Weekly Hours was last reported at 34.4 Hours as of August 1, 2026. That is up 0.29% from the prior reading of 34.3 Hours. 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 (Hours) |
|---|---|
| Aug 2026 | 34.4 |
| Jul 2026 | 34.3 |
| Jun 2026 | 34.3 |
| May 2026 | 34.3 |
| Apr 2026 | 34.3 |
| Mar 2026 | 34.2 |
| Feb 2026 | 34.3 |
| Jan 2026 | 34.3 |
| Dec 2025 | 34.2 |
| Nov 2025 | 34.3 |
| Date | Value (Hours) |
|---|---|
| Oct 2025 | 34.2 |
| Sep 2025 | 34.2 |
| Aug 2025 | 34.2 |
| Jul 2025 | 34.2 |
| Jun 2025 | 34.2 |
| May 2025 | 34.2 |
| Apr 2025 | 34.3 |
| Mar 2025 | 34.2 |
| Feb 2025 | 34.2 |
| Jan 2025 | 34.1 |
Pull the full history of Average Weekly Hours 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=USHOURS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USHOURS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USHOURS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();