Nonresidential Fixed Investment was last reported at 4,623.4 Bil. of $ as of April 1, 2026. That is up 2.96% from the prior reading of 4,490.5 Bil. of $. This indicator is reported Quarterly and saar, and is tracked under the Business category. The next scheduled release is September 30, 2026.
| Date | Value (Bil. of $) |
|---|---|
| 2026 Q2 | 4,623.4 |
| 2026 Q1 | 4,490.5 |
| 2025 Q4 | 4,364.4 |
| 2025 Q3 | 4,293.5 |
| 2025 Q2 | 4,207.5 |
| 2025 Q1 | 4,137.8 |
| 2024 Q4 | 4,046.4 |
| 2024 Q3 | 4,069.2 |
| 2024 Q2 | 4,012.4 |
| 2024 Q1 | 3,963.8 |
| Date | Value (Bil. of $) |
|---|---|
| 2023 Q4 | 3,941.3 |
| 2023 Q3 | 3,871.6 |
| 2023 Q2 | 3,854.3 |
| 2023 Q1 | 3,756.6 |
| 2022 Q4 | 3,637.0 |
| 2022 Q3 | 3,547.6 |
| 2022 Q2 | 3,438.7 |
| 2022 Q1 | 3,315.0 |
| 2021 Q4 | 3,171.6 |
| 2021 Q3 | 3,096.2 |
Pull the full history of Nonresidential Fixed Investment 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=USFIXINV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USFIXINV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USFIXINV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();