Weekly Economic Index was last reported at 3.07 % as of September 12, 2026. That is down 17.69% from the prior reading of 3.73 %. This indicator is reported Weekly, Ending Saturday and not seasonally adjusted, and is tracked under the Growth category. The next scheduled release is September 24, 2026.
| Date | Value (%) |
|---|---|
| Sep 12, 2026 | 3.07 |
| Sep 5, 2026 | 3.27 |
| Aug 29, 2026 | 3.06 |
| Aug 22, 2026 | 2.84 |
| Aug 15, 2026 | 2.59 |
| Aug 8, 2026 | 2.70 |
| Aug 1, 2026 | 2.71 |
| Jul 25, 2026 | 2.42 |
| Jul 18, 2026 | 2.87 |
| Jul 11, 2026 | 2.60 |
| Date | Value (%) |
|---|---|
| Jul 4, 2026 | 3.12 |
| Jun 27, 2026 | 2.55 |
| Jun 20, 2026 | 2.57 |
| Jun 13, 2026 | 3.11 |
| Jun 6, 2026 | 2.90 |
| May 30, 2026 | 3.22 |
| May 23, 2026 | 3.03 |
| May 16, 2026 | 3.00 |
| May 9, 2026 | 2.74 |
| May 2, 2026 | 2.60 |
Pull the full history of Weekly Economic 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=USWEI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USWEI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USWEI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();