Government Consumption and Investment was last reported at 3,990.5 Bil. of chained 2017 $ as of April 1, 2026. That is down 0.24% from the prior reading of 4,000.2 Bil. of chained 2017 $. This indicator is reported Quarterly and saar, and is tracked under the Fiscal category. The next scheduled release is September 30, 2026.
| Date | Value (Bil. of chained 2017 $) |
|---|---|
| 2026 Q2 | 3,990.5 |
| 2026 Q1 | 4,000.2 |
| 2025 Q4 | 3,957.1 |
| 2025 Q3 | 4,015.0 |
| 2025 Q2 | 3,993.0 |
| 2025 Q1 | 3,993.9 |
| 2024 Q4 | 4,003.8 |
| 2024 Q3 | 3,971.3 |
| 2024 Q2 | 3,919.2 |
| 2024 Q1 | 3,887.1 |
| Date | Value (Bil. of chained 2017 $) |
|---|---|
| 2023 Q4 | 3,865.1 |
| 2023 Q3 | 3,821.2 |
| 2023 Q2 | 3,773.5 |
| 2023 Q1 | 3,742.9 |
| 2022 Q4 | 3,705.1 |
| 2022 Q3 | 3,667.8 |
| 2022 Q2 | 3,652.4 |
| 2022 Q1 | 3,665.5 |
| 2021 Q4 | 3,693.4 |
| 2021 Q3 | 3,693.9 |
Pull the full history of Government Consumption and 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=USGOVSPEND&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USGOVSPEND", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USGOVSPEND&period=max&api_key=YOUR_API_KEY");
const data = await res.json();