Real Consumer Spending was last reported at 16,901.3 Bil. of 2017 $ as of July 1, 2026. That is up 0.01% from the prior reading of 16,900.0 Bil. of 2017 $. This indicator is reported Monthly and saar, and is tracked under the Consumer category. The next scheduled release is September 30, 2026.
| Date | Value (Bil. of 2017 $) |
|---|---|
| Jul 2026 | 16,901.3 |
| Jun 2026 | 16,900.0 |
| May 2026 | 16,825.5 |
| Apr 2026 | 16,763.5 |
| Mar 2026 | 16,730.1 |
| Feb 2026 | 16,684.6 |
| Jan 2026 | 16,648.5 |
| Dec 2025 | 16,680.7 |
| Nov 2025 | 16,665.7 |
| Oct 2025 | 16,649.3 |
| Date | Value (Bil. of 2017 $) |
|---|---|
| Sep 2025 | 16,614.3 |
| Aug 2025 | 16,595.8 |
| Jul 2025 | 16,547.5 |
| Jun 2025 | 16,466.3 |
| May 2025 | 16,423.9 |
| Apr 2025 | 16,446.9 |
| Mar 2025 | 16,423.9 |
| Feb 2025 | 16,297.0 |
| Jan 2025 | 16,316.5 |
| Dec 2024 | 16,415.5 |
Pull the full history of Real Consumer Spending 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=USCONSUMPREAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCONSUMPREAL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCONSUMPREAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();