Imports of Goods and Services was last reported at 4,628.1 Bil. of $ as of April 1, 2026. That is up 6.92% from the prior reading of 4,328.7 Bil. of $. This indicator is reported Quarterly and saar, and is tracked under the Trade category. The next scheduled release is September 30, 2026.
| Date | Value (Bil. of $) |
|---|---|
| 2026 Q2 | 4,628.1 |
| 2026 Q1 | 4,328.7 |
| 2025 Q4 | 4,135.6 |
| 2025 Q3 | 4,123.4 |
| 2025 Q2 | 4,167.3 |
| 2025 Q1 | 4,558.3 |
| 2024 Q4 | 4,186.9 |
| 2024 Q3 | 4,194.8 |
| 2024 Q2 | 4,087.0 |
| 2024 Q1 | 3,986.6 |
| Date | Value (Bil. of $) |
|---|---|
| 2023 Q4 | 3,897.7 |
| 2023 Q3 | 3,847.6 |
| 2023 Q2 | 3,813.7 |
| 2023 Q1 | 3,880.4 |
| 2022 Q4 | 3,908.3 |
| 2022 Q3 | 3,984.7 |
| 2022 Q2 | 4,089.9 |
| 2022 Q1 | 3,914.4 |
| 2021 Q4 | 3,686.4 |
| 2021 Q3 | 3,454.8 |
Pull the full history of Imports of Goods and Services into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=USIMPORTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USIMPORTS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USIMPORTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();