Layoffs and Discharges Rate was last reported at 1.0 % as of July 1, 2026. That is down 9.09% from the prior reading of 1.1 %. 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 (%) |
|---|---|
| Jul 2026 | 1.0 |
| Jun 2026 | 1.1 |
| May 2026 | 1.1 |
| Apr 2026 | 1.0 |
| Mar 2026 | 1.2 |
| Feb 2026 | 1.1 |
| Jan 2026 | 1.0 |
| Dec 2025 | 1.1 |
| Nov 2025 | 1.0 |
| Oct 2025 | 1.2 |
| Date | Value (%) |
|---|---|
| Sep 2025 | 1.1 |
| Aug 2025 | 1.2 |
| Jul 2025 | 1.1 |
| Jun 2025 | 1.2 |
| May 2025 | 1.1 |
| Apr 2025 | 1.1 |
| Mar 2025 | 1.0 |
| Feb 2025 | 1.2 |
| Jan 2025 | 1.1 |
| Dec 2024 | 1.1 |
Pull the full history of Layoffs and Discharges Rate 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=USLAYOFFS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USLAYOFFS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USLAYOFFS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();