UK Composite Leading Indicator was last reported at 101.11 points as of August 1, 2026. That is up 0.22% from the prior reading of 100.89 points. This indicator is reported Monthly and seasonally adjusted, and is tracked under the International category.
| Date | Value (points) |
|---|---|
| Aug 2026 | 101.11 |
| Jul 2026 | 100.89 |
| Jun 2026 | 100.71 |
| May 2026 | 100.60 |
| Apr 2026 | 100.58 |
| Mar 2026 | 100.64 |
| Feb 2026 | 100.74 |
| Jan 2026 | 100.84 |
| Dec 2025 | 100.91 |
| Nov 2025 | 100.97 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 101.03 |
| Sep 2025 | 101.06 |
| Aug 2025 | 101.05 |
| Jul 2025 | 100.96 |
| Jun 2025 | 100.81 |
| May 2025 | 100.61 |
| Apr 2025 | 100.41 |
| Mar 2025 | 100.26 |
| Feb 2025 | 100.18 |
| Jan 2025 | 100.15 |
Pull the full history of UK Composite Leading Indicator 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=GBCLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "GBCLI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=GBCLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();