Real Income Excluding Transfers was last reported at 16,614.7 Bil. of chained 2017 $ as of July 1, 2026. That is up 0.19% from the prior reading of 16,583.2 Bil. of chained 2017 $. This indicator is reported Monthly and saar, and is tracked under the Growth category. The next scheduled release is September 30, 2026.
| Date | Value (Bil. of chained 2017 $) |
|---|---|
| Jul 2026 | 16,614.7 |
| Jun 2026 | 16,583.2 |
| May 2026 | 16,552.9 |
| Apr 2026 | 16,522.0 |
| Mar 2026 | 16,598.1 |
| Feb 2026 | 16,601.6 |
| Jan 2026 | 16,667.0 |
| Dec 2025 | 16,651.9 |
| Nov 2025 | 16,685.5 |
| Oct 2025 | 16,677.0 |
| Date | Value (Bil. of chained 2017 $) |
|---|---|
| Sep 2025 | 16,720.7 |
| Aug 2025 | 16,699.7 |
| Jul 2025 | 16,677.9 |
| Jun 2025 | 16,583.5 |
| May 2025 | 16,636.1 |
| Apr 2025 | 16,700.0 |
| Mar 2025 | 16,695.4 |
| Feb 2025 | 16,600.6 |
| Jan 2025 | 16,635.4 |
| Dec 2024 | 16,606.6 |
Pull the full history of Real Income Excluding Transfers 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=USINCEXTR&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USINCEXTR", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USINCEXTR&period=max&api_key=YOUR_API_KEY");
const data = await res.json();