EXPGSC1 Real Exports of Goods and Services

data(EXPGSC1)

Format

An xts object of Real Exports of Goods and Services.

  • Release: Gross Domestic Product

  • Seasonal Adjustment: Seasonally Adjusted Annual Rate

  • Frequency: Quarterly

  • Units: Billions of Chained 2012 Dollars

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

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

Source

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

Notes

BEA Account Code: A020RX

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

Examples

data(EXPGSC1) tail(EXPGSC1)
#> EXPGSC1 #> 2018 Q3 2519.321 #> 2018 Q4 2528.548 #> 2019 Q1 2554.358 #> 2019 Q2 2517.482 #> 2019 Q3 2523.433 #> 2019 Q4 2532.402
plot(EXPGSC1,grid.col = "white", col="blue")