PCECC96 Real Personal Consumption Expenditures

data(PCECC96)

Format

An xts object containing quarterly observations of Real Personal Consumption Expenditures.

**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/PCECC96

Notes

BEA Account Code: DPCERX

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

Examples

data(PCECC96)
tail(PCECC96)
#>             PCECC96
#> 2024-01-01 15856.87
#> 2024-04-01 15967.27
#> 2024-07-01 16113.03
#> 2024-10-01 16273.19
#> 2025-01-01 16291.82
#> 2025-04-01 16350.21
plot(PCECC96, grid.col = "white", col = "blue")