Import Price Index was last reported at 150.8 Index Jan 2021=100 as of August 1, 2026. That is up 0.67% from the prior reading of 149.8 Index Jan 2021=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 Jan 2021=100) |
|---|---|
| Aug 2026 | 150.8 |
| Jul 2026 | 149.6 |
| Jun 2026 | 150.2 |
| May 2026 | 150.6 |
| Apr 2026 | 148.1 |
| Mar 2026 | 144.8 |
| Feb 2026 | 143.5 |
| Jan 2026 | 142.1 |
| Dec 2025 | 141.4 |
| Nov 2025 | 141.2 |
| Date | Value (Index Jan 2021=100) |
|---|---|
| Sep 2025 | 140.8 |
| Aug 2025 | 141.0 |
| Jul 2025 | 141.2 |
| Jun 2025 | 140.8 |
| May 2025 | 141.0 |
| Apr 2025 | 141.7 |
| Mar 2025 | 141.6 |
| Feb 2025 | 142.1 |
| Jan 2025 | 141.8 |
| Dec 2024 | 141.4 |
Pull the full history of Import 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=USIMPPRICE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USIMPPRICE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USIMPPRICE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();