GCEC1 Real Government Consumption Expenditures and Gross Investment

data(GCEC1)

Format

An xts object containing observations of Real Exports of Goods and Services.

  • Release: Gross Domestic Product

  • Seasonal Adjustment: Seasonally Adjusted Annual Rate

  • Frequency: Quarterly

  • Units: Billions of Chained 2017 Dollars

  • Date Range: 1947-01-01 to 2025-04-01

Source

U.S. Bureau of Economic Analysis https://fred.stlouisfed.org/data/GCEC1

Notes

BEA Account Code: A822RX

A Guide to the National Income and Product Accounts of the United States (NIPA) - (http://www.bea.gov/national/pdf/nipaguid.pdf)

Examples

data(GCEC1)
tail(GCEC1)
#>               GCEC1
#> 2024-01-01 3887.718
#> 2024-04-01 3917.049
#> 2024-07-01 3966.247
#> 2024-10-01 3996.274
#> 2025-01-01 3990.637
#> 2025-04-01 3995.075
plot(GCEC1, grid.col = "white", col="blue")