Customs Duties Receipts was last reported at 12,836 USD Million as of August 1, 2026. That is down 250.19% from the prior reading of -8,546 USD Million. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the Fiscal category.
| Date | Value (USD Million) |
|---|---|
| Aug 2026 | 12,836 |
| Jul 2026 | -8,546 |
| Jun 2026 | -25,556 |
| May 2026 | -42 |
| Apr 2026 | 22,124 |
| Mar 2026 | 22,155 |
| Feb 2026 | 26,594 |
| Jan 2026 | 27,742 |
| Dec 2025 | 27,892 |
| Nov 2025 | 30,756 |
| Date | Value (USD Million) |
|---|---|
| Oct 2025 | 31,354 |
| Sep 2025 | 29,675 |
| Aug 2025 | 29,503 |
| Jul 2025 | 27,670 |
| Jun 2025 | 26,632 |
| May 2025 | 22,173 |
| Apr 2025 | 15,634 |
| Mar 2025 | 8,168 |
| Feb 2025 | 7,247 |
| Jan 2025 | 7,341 |
Pull the full history of Customs Duties Receipts 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=USCUSTOMSDUTIES&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCUSTOMSDUTIES", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCUSTOMSDUTIES&period=max&api_key=YOUR_API_KEY");
const data = await res.json();