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 2017 Dollars

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

Source

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

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
#> 2024-01-01 2571.763
#> 2024-04-01 2578.386
#> 2024-07-01 2638.199
#> 2024-10-01 2637.171
#> 2025-01-01 2639.879
#> 2025-04-01 2628.140
plot(EXPGSC1,grid.col = "white", col="blue")