Total Separations was last reported at 5,072 Thous. as of July 1, 2026. That is down 4.97% from the prior reading of 5,337 Thous.. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Labor category. The next scheduled release is September 29, 2026.
| Date | Value (Thous.) |
|---|---|
| Jul 2026 | 5,072 |
| Jun 2026 | 5,337 |
| May 2026 | 5,260 |
| Apr 2026 | 5,038 |
| Mar 2026 | 5,377 |
| Feb 2026 | 5,022 |
| Jan 2026 | 5,144 |
| Dec 2025 | 5,203 |
| Nov 2025 | 5,035 |
| Oct 2025 | 5,125 |
| Date | Value (Thous.) |
|---|---|
| Sep 2025 | 5,161 |
| Aug 2025 | 5,207 |
| Jul 2025 | 5,170 |
| Jun 2025 | 5,432 |
| May 2025 | 5,288 |
| Apr 2025 | 5,270 |
| Mar 2025 | 5,288 |
| Feb 2025 | 5,285 |
| Jan 2025 | 5,241 |
| Dec 2024 | 5,049 |
Pull the full history of Total Separations 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=USSEPARATIONS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USSEPARATIONS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USSEPARATIONS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();