Private Payrolls was last reported at 135,752 Thousand as of August 1, 2026. That is up 0.09% from the prior reading of 135,625 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 | 135,752 |
| Jul 2026 | 135,625 |
| Jun 2026 | 135,554 |
| May 2026 | 135,528 |
| Apr 2026 | 135,467 |
| Mar 2026 | 135,317 |
| Feb 2026 | 135,115 |
| Jan 2026 | 135,263 |
| Dec 2025 | 135,083 |
| Nov 2025 | 135,090 |
| Date | Value (Thousand) |
|---|---|
| Oct 2025 | 135,018 |
| Sep 2025 | 135,005 |
| Aug 2025 | 134,937 |
| Jul 2025 | 134,957 |
| Jun 2025 | 134,892 |
| May 2025 | 134,937 |
| Apr 2025 | 134,917 |
| Mar 2025 | 134,818 |
| Feb 2025 | 134,751 |
| Jan 2025 | 134,711 |
Pull the full history of Private Payrolls 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=USPAYROLLPRIV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPAYROLLPRIV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPAYROLLPRIV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();