Consumer Inflation Expectations, 1 Year was last reported at 4.2 % as of July 1, 2026. That is down 8.70% from the prior reading of 4.6 %. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Inflation category. The next scheduled release is September 25, 2026.
| Date | Value (%) |
|---|---|
| Jul 2026 | 4.2 |
| Jun 2026 | 4.6 |
| May 2026 | 4.8 |
| Apr 2026 | 4.7 |
| Mar 2026 | 3.8 |
| Feb 2026 | 3.4 |
| Jan 2026 | 4.0 |
| Dec 2025 | 4.2 |
| Nov 2025 | 4.5 |
| Oct 2025 | 4.6 |
| Date | Value (%) |
|---|---|
| Sep 2025 | 4.7 |
| Aug 2025 | 4.8 |
| Jul 2025 | 4.5 |
| Jun 2025 | 5.0 |
| May 2025 | 6.6 |
| Apr 2025 | 6.5 |
| Mar 2025 | 5.0 |
| Feb 2025 | 4.3 |
| Jan 2025 | 3.3 |
| Dec 2024 | 2.8 |
Pull the full history of Consumer Inflation Expectations, 1 Year 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=USINFEXP1Y&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USINFEXP1Y", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USINFEXP1Y&period=max&api_key=YOUR_API_KEY");
const data = await res.json();