GDPDEF Gross Domestic Product: Implicit Price Deflator

data(GDPDEF)

Format

An xts object containing quarterly observations of the Gross Domestic Product: Implicit Price Deflator.

**Release:**

Gross Domestic Product

**Seasonal Adjustment:**

Seasonally Adjusted Annual Rate

**Frequency:**

Quarterly

**Units:**

Index 2017 = 100

**Date Range:**

1947-01-01 to 2025-04-01

Source

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

Notes

BEA Account Code: A191RD

The number of decimal places reported varies over time. A Guide to the National Income and Product Accounts of the United States (NIPA) - (http://www.bea.gov/national/pdf/nipaguid.pdf)

Examples

data(GDPDEF)
head(GDPDEF)
#>            GDPDEF
#> 1947-01-01 11.141
#> 1947-04-01 11.299
#> 1947-07-01 11.489
#> 1947-10-01 11.772
#> 1948-01-01 11.865
#> 1948-04-01 11.972
tail(GDPDEF)
#>             GDPDEF
#> 2024-01-01 124.163
#> 2024-04-01 124.943
#> 2024-07-01 125.532
#> 2024-10-01 126.257
#> 2025-01-01 127.429
#> 2025-04-01 128.059
plot(GDPDEF, col = "blue")