Temporary Help Employment was last reported at 2,519.5 Thousands of persons as of August 1, 2026. That is up 0.27% from the prior reading of 2,512.7 Thousands of persons. 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 (Thousands of persons) |
|---|---|
| Aug 2026 | 2,519.5 |
| Jul 2026 | 2,505.0 |
| Jun 2026 | 2,501.6 |
| May 2026 | 2,490.6 |
| Apr 2026 | 2,490.4 |
| Mar 2026 | 2,479.9 |
| Feb 2026 | 2,471.9 |
| Jan 2026 | 2,470.2 |
| Dec 2025 | 2,451.4 |
| Nov 2025 | 2,465.5 |
| Date | Value (Thousands of persons) |
|---|---|
| Oct 2025 | 2,451.8 |
| Sep 2025 | 2,471.6 |
| Aug 2025 | 2,483.3 |
| Jul 2025 | 2,494.2 |
| Jun 2025 | 2,504.6 |
| May 2025 | 2,513.1 |
| Apr 2025 | 2,527.5 |
| Mar 2025 | 2,528.3 |
| Feb 2025 | 2,533.0 |
| Jan 2025 | 2,539.3 |
Pull the full history of Temporary Help 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=USEMPTEMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USEMPTEMP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USEMPTEMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();