Economic Policy Uncertainty Index was last reported at 342.2 Index as of September 17, 2026. That is up 90.85% from the prior reading of 179.3 Index. This indicator is reported Daily, 7-Day and not seasonally adjusted, and is tracked under the Cycle category. The next scheduled release is September 21, 2026.
| Date | Value (Index) |
|---|---|
| Sep 17, 2026 | 342.2 |
| Sep 16, 2026 | 179.3 |
| Sep 15, 2026 | 147.4 |
| Sep 14, 2026 | 192.8 |
| Sep 13, 2026 | 425.6 |
| Sep 12, 2026 | 209.6 |
| Sep 11, 2026 | 492.2 |
| Sep 10, 2026 | 470.9 |
| Sep 9, 2026 | 268.8 |
| Sep 8, 2026 | 251.1 |
| Date | Value (Index) |
|---|---|
| Sep 7, 2026 | 455.5 |
| Sep 6, 2026 | 700.9 |
| Sep 5, 2026 | 636.1 |
| Sep 4, 2026 | 199.4 |
| Sep 3, 2026 | 247.2 |
| Sep 2, 2026 | 242.0 |
| Sep 1, 2026 | 197.4 |
| Aug 31, 2026 | 268.2 |
| Aug 30, 2026 | 262.3 |
| Aug 29, 2026 | 103.3 |
Pull the full history of Economic Policy Uncertainty 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=USEPU&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USEPU", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USEPU&period=max&api_key=YOUR_API_KEY");
const data = await res.json();