Aggregate Weekly Payrolls Index was last reported at 211.6 points as of August 1, 2026. That is up 0.67% from the prior reading of 210.2 points. 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 (points) |
|---|---|
| Aug 2026 | 211.6 |
| Jul 2026 | 210.2 |
| Jun 2026 | 209.8 |
| May 2026 | 209.2 |
| Apr 2026 | 208.6 |
| Mar 2026 | 207.5 |
| Feb 2026 | 207.3 |
| Jan 2026 | 206.9 |
| Dec 2025 | 205.3 |
| Nov 2025 | 205.8 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 204.2 |
| Sep 2025 | 203.4 |
| Aug 2025 | 202.8 |
| Jul 2025 | 202.0 |
| Jun 2025 | 201.3 |
| May 2025 | 200.9 |
| Apr 2025 | 200.6 |
| Mar 2025 | 199.8 |
| Feb 2025 | 198.8 |
| Jan 2025 | 197.6 |
Pull the full history of Aggregate Weekly Payrolls Index 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=USPAYROLLAGG&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPAYROLLAGG", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPAYROLLAGG&period=max&api_key=YOUR_API_KEY");
const data = await res.json();