Federal Government Payrolls was last reported at 2,674 Thousand as of August 1, 2026. That is down 0.19% from the prior reading of 2,679 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 | 2,674 |
| Jul 2026 | 2,679 |
| Jun 2026 | 2,685 |
| May 2026 | 2,685 |
| Apr 2026 | 2,681 |
| Mar 2026 | 2,682 |
| Feb 2026 | 2,689 |
| Jan 2026 | 2,685 |
| Dec 2025 | 2,722 |
| Nov 2025 | 2,733 |
| Date | Value (Thousand) |
|---|---|
| Oct 2025 | 2,748 |
| Sep 2025 | 2,914 |
| Aug 2025 | 2,916 |
| Jul 2025 | 2,935 |
| Jun 2025 | 2,944 |
| May 2025 | 2,952 |
| Apr 2025 | 2,976 |
| Mar 2025 | 2,988 |
| Feb 2025 | 2,997 |
| Jan 2025 | 3,010 |
Pull the full history of Federal Government 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=USPAYROLLFED&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPAYROLLFED", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPAYROLLFED&period=max&api_key=YOUR_API_KEY");
const data = await res.json();