Part-Time for Economic Reasons was last reported at 4,390 Thousand as of August 1, 2026. That is down 8.62% from the prior reading of 4,804 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 | 4,390 |
| Jul 2026 | 4,804 |
| Jun 2026 | 4,681 |
| May 2026 | 4,805 |
| Apr 2026 | 4,942 |
| Mar 2026 | 4,497 |
| Feb 2026 | 4,396 |
| Jan 2026 | 4,873 |
| Dec 2025 | 5,341 |
| Nov 2025 | 5,487 |
| Date | Value (Thousand) |
|---|---|
| Sep 2025 | 4,594 |
| Aug 2025 | 4,755 |
| Jul 2025 | 4,689 |
| Jun 2025 | 4,473 |
| May 2025 | 4,624 |
| Apr 2025 | 4,686 |
| Mar 2025 | 4,771 |
| Feb 2025 | 4,923 |
| Jan 2025 | 4,478 |
| Dec 2024 | 4,361 |
Pull the full history of Part-Time for Economic Reasons 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=USPARTTIMEECON&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPARTTIMEECON", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPARTTIMEECON&period=max&api_key=YOUR_API_KEY");
const data = await res.json();