CPI Rent of Primary Residence was last reported at 449.321 points as of August 1, 2026. That is up 0.17% from the prior reading of 448.542 points. This indicator is reported Monthly and seasonally adjusted, and is tracked under the Inflation category. The next scheduled release is October 14, 2026.
| Date | Value (points) |
|---|---|
| Aug 2026 | 449.321 |
| Jul 2026 | 448.542 |
| Jun 2026 | 447.397 |
| May 2026 | 446.729 |
| Apr 2026 | 445.118 |
| Mar 2026 | 442.705 |
| Feb 2026 | 441.865 |
| Jan 2026 | 441.285 |
| Dec 2025 | 440.189 |
| Nov 2025 | 439.002 |
| Date | Value (points) |
|---|---|
| Sep 2025 | 438.237 |
| Aug 2025 | 437.294 |
| Jul 2025 | 436.050 |
| Jun 2025 | 435.033 |
| May 2025 | 434.038 |
| Apr 2025 | 433.043 |
| Mar 2025 | 431.645 |
| Feb 2025 | 430.318 |
| Jan 2025 | 429.087 |
| Dec 2024 | 427.680 |
Pull the full history of CPI Rent of Primary Residence 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=USCPIRENT&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCPIRENT", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCPIRENT&period=max&api_key=YOUR_API_KEY");
const data = await res.json();