Major Five Asia Composite Leading Indicator was last reported at 99.50 points as of August 1, 2026. That is down 0.06% from the prior reading of 99.56 points. This indicator is reported Monthly and seasonally adjusted, and is tracked under the International category.
| Date | Value (points) |
|---|---|
| Aug 2026 | 99.50 |
| Jul 2026 | 99.56 |
| Jun 2026 | 99.63 |
| May 2026 | 99.69 |
| Apr 2026 | 99.76 |
| Mar 2026 | 99.81 |
| Feb 2026 | 99.85 |
| Jan 2026 | 99.89 |
| Dec 2025 | 99.94 |
| Nov 2025 | 99.99 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 100.05 |
| Sep 2025 | 100.11 |
| Aug 2025 | 100.17 |
| Jul 2025 | 100.23 |
| Jun 2025 | 100.28 |
| May 2025 | 100.34 |
| Apr 2025 | 100.39 |
| Mar 2025 | 100.45 |
| Feb 2025 | 100.48 |
| Jan 2025 | 100.48 |
Pull the full history of Major Five Asia 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=ASIA5CLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "ASIA5CLI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=ASIA5CLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();