Consumer Sentiment was last reported at 55.2 Index 1966=100 as of July 1, 2026. That is up 11.52% from the prior reading of 49.5 Index 1966=100. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Consumer category. The next scheduled release is September 25, 2026.
| Date | Value (Index 1966=100) |
|---|---|
| Jul 2026 | 55.2 |
| Jun 2026 | 49.5 |
| May 2026 | 44.8 |
| Apr 2026 | 49.8 |
| Mar 2026 | 53.3 |
| Feb 2026 | 56.6 |
| Jan 2026 | 56.4 |
| Dec 2025 | 52.9 |
| Nov 2025 | 51.0 |
| Oct 2025 | 53.6 |
| Date | Value (Index 1966=100) |
|---|---|
| Sep 2025 | 55.1 |
| Aug 2025 | 58.2 |
| Jul 2025 | 61.7 |
| Jun 2025 | 60.7 |
| May 2025 | 52.2 |
| Apr 2025 | 52.2 |
| Mar 2025 | 57.0 |
| Feb 2025 | 64.7 |
| Jan 2025 | 71.7 |
| Dec 2024 | 74.0 |
Pull the full history of Consumer Sentiment 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=USSENT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USSENT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USSENT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();