Brazil Composite Leading Indicator was last reported at 102.63 points as of August 1, 2026. That is down 0.31% from the prior reading of 102.94 points. This indicator is reported Monthly and seasonally adjusted, and is tracked under the International category.
| Date | Value (points) |
|---|---|
| Aug 2026 | 102.63 |
| Jul 2026 | 102.94 |
| Jun 2026 | 103.23 |
| May 2026 | 103.43 |
| Apr 2026 | 103.52 |
| Mar 2026 | 103.40 |
| Feb 2026 | 103.06 |
| Jan 2026 | 102.51 |
| Dec 2025 | 101.83 |
| Nov 2025 | 101.15 |
| Date | Value (points) |
|---|---|
| Oct 2025 | 100.58 |
| Sep 2025 | 100.19 |
| Aug 2025 | 100.00 |
| Jul 2025 | 99.96 |
| Jun 2025 | 100.02 |
| May 2025 | 100.11 |
| Apr 2025 | 100.18 |
| Mar 2025 | 100.25 |
| Feb 2025 | 100.36 |
| Jan 2025 | 100.52 |
Pull the full history of Brazil 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=BRCLI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "BRCLI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=BRCLI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();