Job Openings was last reported at 7,271 Thousands as of July 1, 2026. That is up 1.24% from the prior reading of 7,182 Thousands. 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 (Thousands) |
|---|---|
| Jul 2026 | 7,271 |
| Jun 2026 | 7,182 |
| May 2026 | 7,537 |
| Apr 2026 | 7,585 |
| Mar 2026 | 6,887 |
| Feb 2026 | 6,922 |
| Jan 2026 | 7,240 |
| Dec 2025 | 6,550 |
| Nov 2025 | 6,846 |
| Oct 2025 | 7,170 |
| Date | Value (Thousands) |
|---|---|
| Sep 2025 | 7,169 |
| Aug 2025 | 6,919 |
| Jul 2025 | 7,089 |
| Jun 2025 | 7,204 |
| May 2025 | 7,310 |
| Apr 2025 | 7,098 |
| Mar 2025 | 6,952 |
| Feb 2025 | 7,242 |
| Jan 2025 | 7,431 |
| Dec 2024 | 7,295 |
Pull the full history of Job Openings 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=USJOBOPEN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USJOBOPEN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USJOBOPEN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();