Global Supply Chain Pressure Index was last reported at 1.06 Standard deviations as of August 1, 2026. That is up 12.77% from the prior reading of 0.94 Standard deviations. This indicator is reported Monthly, and is tracked under the Business category. The next scheduled release is October 5, 2026.
| Date | Value (Standard deviations) |
|---|---|
| Aug 2026 | 1.06 |
| Jul 2026 | 0.94 |
| Jun 2026 | 1.20 |
| May 2026 | 1.83 |
| Apr 2026 | 1.85 |
| Mar 2026 | 0.68 |
| Feb 2026 | 0.59 |
| Jan 2026 | 0.48 |
| Dec 2025 | 0.58 |
| Nov 2025 | -0.12 |
| Date | Value (Standard deviations) |
|---|---|
| Oct 2025 | -0.08 |
| Sep 2025 | -0.02 |
| Aug 2025 | -0.09 |
| Jul 2025 | 0.02 |
| Jun 2025 | 0.09 |
| May 2025 | 0.29 |
| Apr 2025 | -0.23 |
| Mar 2025 | -0.20 |
| Feb 2025 | -0.01 |
| Jan 2025 | -0.21 |
Pull the full history of Global Supply Chain Pressure Index 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=WLDGSCPI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDGSCPI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDGSCPI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();