Export Price Index was last reported at 166.2 Index 2000=100 as of August 1, 2026. That is up 0.61% from the prior reading of 165.2 Index 2000=100. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Inflation category. The next scheduled release is October 16, 2026.
| Date | Value (Index 2000=100) |
|---|---|
| Aug 2026 | 166.2 |
| Jul 2026 | 165.4 |
| Jun 2026 | 167.6 |
| May 2026 | 168.8 |
| Apr 2026 | 166.8 |
| Mar 2026 | 161.1 |
| Feb 2026 | 158.4 |
| Jan 2026 | 155.4 |
| Dec 2025 | 154.6 |
| Nov 2025 | 153.7 |
| Date | Value (Index 2000=100) |
|---|---|
| Sep 2025 | 153.0 |
| Aug 2025 | 153.0 |
| Jul 2025 | 152.8 |
| Jun 2025 | 152.3 |
| May 2025 | 151.6 |
| Apr 2025 | 152.6 |
| Mar 2025 | 152.5 |
| Feb 2025 | 152.6 |
| Jan 2025 | 151.6 |
| Dec 2024 | 149.5 |
Pull the full history of Export Price 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=USEXPPRICE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USEXPPRICE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USEXPPRICE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();