Real Disposable Income per Capita was last reported at 52,849 Chained 2017 $ as of July 1, 2026. That is up 0.35% from the prior reading of 52,666 Chained 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 (Chained 2017 $) |
|---|---|
| Jul 2026 | 52,849 |
| Jun 2026 | 52,666 |
| May 2026 | 52,517 |
| Apr 2026 | 52,402 |
| Mar 2026 | 52,624 |
| Feb 2026 | 52,694 |
| Jan 2026 | 52,941 |
| Dec 2025 | 52,610 |
| Nov 2025 | 52,667 |
| Oct 2025 | 52,684 |
| Date | Value (Chained 2017 $) |
|---|---|
| Sep 2025 | 52,865 |
| Aug 2025 | 52,829 |
| Jul 2025 | 52,740 |
| Jun 2025 | 52,529 |
| May 2025 | 52,609 |
| Apr 2025 | 53,077 |
| Mar 2025 | 52,794 |
| Feb 2025 | 52,465 |
| Jan 2025 | 52,422 |
| Dec 2024 | 52,376 |
Pull the full history of Real Disposable Income per Capita 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=USDPIPC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USDPIPC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USDPIPC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();