Unemployed Persons was last reported at 7,031 Thousand as of August 1, 2026. That is up 1.66% from the prior reading of 6,916 Thousand. 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 (Thousand) |
|---|---|
| Aug 2026 | 7,031 |
| Jul 2026 | 6,916 |
| Jun 2026 | 7,094 |
| May 2026 | 7,307 |
| Apr 2026 | 7,373 |
| Mar 2026 | 7,239 |
| Feb 2026 | 7,571 |
| Jan 2026 | 7,368 |
| Dec 2025 | 7,503 |
| Nov 2025 | 7,781 |
| Date | Value (Thousand) |
|---|---|
| Sep 2025 | 7,605 |
| Aug 2025 | 7,380 |
| Jul 2025 | 7,272 |
| Jun 2025 | 7,054 |
| May 2025 | 7,248 |
| Apr 2025 | 7,155 |
| Mar 2025 | 7,132 |
| Feb 2025 | 7,104 |
| Jan 2025 | 6,865 |
| Dec 2024 | 6,920 |
Pull the full history of Unemployed Persons 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=USUNEMPLEVEL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USUNEMPLEVEL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USUNEMPLEVEL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();