Japan Composite Leading Indicator was last reported at 100.30 points as of August 1, 2026. That is up 0.01% from the prior reading of 100.29 points. This indicator is reported Monthly and seasonally adjusted, and is tracked under the International category.
| Date | Value (points) |
|---|---|
| Aug 2026 | 100.30 |
| Jul 2026 | 100.29 |
| Jun 2026 | 100.27 |
| May 2026 | 100.22 |
| Apr 2026 | 100.18 |
| Mar 2026 | 100.13 |
| Feb 2026 | 100.09 |
| Jan 2026 | 100.04 |
| Dec 2025 | 99.98 |
| Nov 2025 | 99.92 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 99.84 |
| Sep 2025 | 99.75 |
| Aug 2025 | 99.64 |
| Jul 2025 | 99.54 |
| Jun 2025 | 99.46 |
| May 2025 | 99.41 |
| Apr 2025 | 99.39 |
| Mar 2025 | 99.41 |
| Feb 2025 | 99.45 |
| Jan 2025 | 99.49 |
Pull the full history of Japan 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=JPCLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "JPCLI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=JPCLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();