Prime Age Employment Rate was last reported at 80.7 % as of September 1, 2025. That is up 0.03% from the prior reading of 80.7 %. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Labor category.
| Date | Value (%) |
|---|---|
| Sep 2025 | 80.7 |
| Aug 2025 | 80.7 |
| Jul 2025 | 80.4 |
| Jun 2025 | 80.7 |
| May 2025 | 80.4 |
| Apr 2025 | 80.7 |
| Mar 2025 | 80.5 |
| Feb 2025 | 80.6 |
| Jan 2025 | 80.7 |
| Dec 2024 | 80.5 |
| Date | Value (%) |
|---|---|
| Nov 2024 | 80.5 |
| Oct 2024 | 80.6 |
| Sep 2024 | 80.9 |
| Aug 2024 | 80.8 |
| Jul 2024 | 80.9 |
| Jun 2024 | 80.7 |
| May 2024 | 80.8 |
| Apr 2024 | 80.8 |
| Mar 2024 | 80.7 |
| Feb 2024 | 80.8 |
Pull the full history of Prime Age Employment 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=USEPOPPRIME&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USEPOPPRIME", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USEPOPPRIME&period=max&api_key=YOUR_API_KEY");
const data = await res.json();