Job Openings Rate was last reported at 4.4 % as of July 1, 2026. That is up 2.33% from the prior reading of 4.3 %. 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 | 4.4 |
| Jun 2026 | 4.3 |
| May 2026 | 4.5 |
| Apr 2026 | 4.6 |
| Mar 2026 | 4.2 |
| Feb 2026 | 4.2 |
| Jan 2026 | 4.4 |
| Dec 2025 | 4.0 |
| Nov 2025 | 4.1 |
| Oct 2025 | 4.3 |
| Date | Value (%) |
|---|---|
| Sep 2025 | 4.3 |
| Aug 2025 | 4.2 |
| Jul 2025 | 4.3 |
| Jun 2025 | 4.3 |
| May 2025 | 4.4 |
| Apr 2025 | 4.3 |
| Mar 2025 | 4.2 |
| Feb 2025 | 4.4 |
| Jan 2025 | 4.5 |
| Dec 2024 | 4.4 |
Pull the full history of Job Openings 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=USJOBOPENRATE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USJOBOPENRATE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USJOBOPENRATE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();