Personal Consumption Expenditures was last reported at 22,250.4 Bil. of $ as of July 1, 2026. That is up 0.16% from the prior reading of 22,214.2 Bil. of $. 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 $) |
|---|---|
| Jul 2026 | 22,250.4 |
| Jun 2026 | 22,214.2 |
| May 2026 | 22,136.8 |
| Apr 2026 | 21,949.5 |
| Mar 2026 | 21,814.7 |
| Feb 2026 | 21,611.4 |
| Jan 2026 | 21,478.7 |
| Dec 2025 | 21,445.9 |
| Nov 2025 | 21,356.0 |
| Oct 2025 | 21,288.1 |
| Date | Value (Bil. of $) |
|---|---|
| Sep 2025 | 21,202.4 |
| Aug 2025 | 21,123.8 |
| Jul 2025 | 21,007.3 |
| Jun 2025 | 20,868.4 |
| May 2025 | 20,755.0 |
| Apr 2025 | 20,746.4 |
| Mar 2025 | 20,683.0 |
| Feb 2025 | 20,519.8 |
| Jan 2025 | 20,462.2 |
| Dec 2024 | 20,514.3 |
Pull the full history of Personal Consumption Expenditures 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=USCONSUMP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCONSUMP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCONSUMP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();