Professional and Technical Services Payrolls was last reported at 10,842 Thousand as of August 1, 2026. That is up 0.05% from the prior reading of 10,837 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 | 10,842 |
| Jul 2026 | 10,837 |
| Jun 2026 | 10,834 |
| May 2026 | 10,816 |
| Apr 2026 | 10,809 |
| Mar 2026 | 10,796 |
| Feb 2026 | 10,810 |
| Jan 2026 | 10,790 |
| Dec 2025 | 10,785 |
| Nov 2025 | 10,791 |
| Date | Value (Thousand) |
|---|---|
| Oct 2025 | 10,754 |
| Sep 2025 | 10,761 |
| Aug 2025 | 10,766 |
| Jul 2025 | 10,773 |
| Jun 2025 | 10,768 |
| May 2025 | 10,784 |
| Apr 2025 | 10,787 |
| Mar 2025 | 10,782 |
| Feb 2025 | 10,780 |
| Jan 2025 | 10,793 |
Pull the full history of Professional and Technical Services 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=USPAYROLLPROF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPAYROLLPROF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPAYROLLPROF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();