Health Care and Social Assistance Payrolls was last reported at 23,929 Thousand as of August 1, 2026. That is up 0.12% from the prior reading of 23,900 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 | 23,929 |
| Jul 2026 | 23,900 |
| Jun 2026 | 23,887 |
| May 2026 | 23,849 |
| Apr 2026 | 23,814 |
| Mar 2026 | 23,757 |
| Feb 2026 | 23,664 |
| Jan 2026 | 23,694 |
| Dec 2025 | 23,588 |
| Nov 2025 | 23,546 |
| Date | Value (Thousand) |
|---|---|
| Oct 2025 | 23,486 |
| Sep 2025 | 23,438 |
| Aug 2025 | 23,383 |
| Jul 2025 | 23,360 |
| Jun 2025 | 23,278 |
| May 2025 | 23,217 |
| Apr 2025 | 23,152 |
| Mar 2025 | 23,076 |
| Feb 2025 | 23,008 |
| Jan 2025 | 22,960 |
Pull the full history of Health Care and Social Assistance 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=USPAYROLLHEALTH&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPAYROLLHEALTH", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPAYROLLHEALTH&period=max&api_key=YOUR_API_KEY");
const data = await res.json();