Capacity Utilisation was last reported at 76.27 % of capacity as of August 1, 2026. That is down 0.07% from the prior reading of 76.33 % of capacity. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Growth category. The next scheduled release is October 16, 2026.
| Date | Value (% of capacity) |
|---|---|
| Aug 2026 | 76.27 |
| Jul 2026 | 76.29 |
| Jun 2026 | 76.20 |
| May 2026 | 76.06 |
| Apr 2026 | 76.14 |
| Mar 2026 | 75.63 |
| Feb 2026 | 75.81 |
| Jan 2026 | 75.24 |
| Dec 2025 | 75.64 |
| Nov 2025 | 75.39 |
| Date | Value (% of capacity) |
|---|---|
| Oct 2025 | 75.62 |
| Sep 2025 | 76.05 |
| Aug 2025 | 76.11 |
| Jul 2025 | 76.40 |
| Jun 2025 | 76.18 |
| May 2025 | 75.89 |
| Apr 2025 | 76.10 |
| Mar 2025 | 76.13 |
| Feb 2025 | 76.27 |
| Jan 2025 | 75.58 |
Pull the full history of Capacity Utilisation 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=USCAPU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCAPU", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCAPU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();