Trimmed Mean PCE (1-Month) was last reported at 2.2 % ann. rate as of July 1, 2026. That is up 42.86% from the prior reading of 1.5 % ann. rate. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Inflation category. The next scheduled release is September 30, 2026.
| Date | Value (% ann. rate) |
|---|---|
| Jul 2026 | 2.2 |
| Jun 2026 | 1.5 |
| May 2026 | 2.8 |
| Apr 2026 | 2.6 |
| Mar 2026 | 2.9 |
| Feb 2026 | 2.0 |
| Jan 2026 | 2.7 |
| Dec 2025 | 2.2 |
| Nov 2025 | 1.7 |
| Oct 2025 | 1.6 |
| Date | Value (% ann. rate) |
|---|---|
| Sep 2025 | 1.9 |
| Aug 2025 | 3.3 |
| Jul 2025 | 1.9 |
| Jun 2025 | 3.6 |
| May 2025 | 2.0 |
| Apr 2025 | 2.7 |
| Mar 2025 | 2.7 |
| Feb 2025 | 2.9 |
| Jan 2025 | 2.9 |
| Dec 2024 | 3.1 |
Pull the full history of Trimmed Mean PCE (1-Month) 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=USPCETRIM1M&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPCETRIM1M", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPCETRIM1M&period=max&api_key=YOUR_API_KEY");
const data = await res.json();