IMPGSC1 Real Imports of Goods and Services

data(IMPGSC1)

Format

An xts object containing quarterly observations of Real Imports 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/IMPGSC1

Notes

BEA Account Code: A021RX

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

Examples

data(IMPGSC1)
tail(IMPGSC1)
#>             IMPGSC1
#> 2024-01-01 3548.749
#> 2024-04-01 3614.047
#> 2024-07-01 3707.429
#> 2024-10-01 3689.829
#> 2025-01-01 3998.876
#> 2025-04-01 3654.411
plot(IMPGSC1, grid.col = "white", col = "blue")