Household Survey Employment was last reported at 162,746 Thous. as of August 1, 2026. That is up 0.35% from the prior reading of 162,177 Thous.. 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 (Thous.) |
|---|---|
| Aug 2026 | 162,746 |
| Jul 2026 | 162,177 |
| Jun 2026 | 162,264 |
| May 2026 | 162,771 |
| Apr 2026 | 162,622 |
| Mar 2026 | 162,848 |
| Feb 2026 | 162,912 |
| Jan 2026 | 163,097 |
| Dec 2025 | 163,992 |
| Nov 2025 | 163,760 |
| Date | Value (Thous.) |
|---|---|
| Sep 2025 | 163,656 |
| Aug 2025 | 163,370 |
| Jul 2025 | 163,140 |
| Jun 2025 | 163,327 |
| May 2025 | 163,244 |
| Apr 2025 | 163,898 |
| Mar 2025 | 163,509 |
| Feb 2025 | 163,338 |
| Jan 2025 | 163,831 |
| Dec 2024 | 161,586 |
Pull the full history of Household Survey Employment 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=USEMPHH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USEMPHH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USEMPHH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();