GDPDEF Gross Domestic Product: Implicit Price Deflator

data(GDPDEF)

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: Index 2012 = 100

  • Date Range: 1947-01-01 to 2019-10-01

  • Last Updated 2020-01-30 8:06 AM CST

Source

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

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) tail(GDPDEF)
#> GDPDEF #> 2018 Q3 110.767 #> 2018 Q4 111.256 #> 2019 Q1 111.473 #> 2019 Q2 112.188 #> 2019 Q3 112.664 #> 2019 Q4 113.083
plot(GDPDEF, grid.col = "white", col="blue")