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