Crude Imports: All Origins was last reported at 181,163 Thousand Barrels as of June 1, 2026. That is down 1.84% from the prior reading of 184,550 Thousand Barrels. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Thousand Barrels) |
|---|---|
| Jun 2026 | 181,163 |
| May 2026 | 184,550 |
| Apr 2026 | 187,705 |
| Mar 2026 | 202,613 |
| Feb 2026 | 180,799 |
| Jan 2026 | 200,538 |
| Dec 2025 | 198,799 |
| Nov 2025 | 173,404 |
| Oct 2025 | 182,832 |
| Sep 2025 | 191,964 |
| Date | Value (Thousand Barrels) |
|---|---|
| Aug 2025 | 194,769 |
| Jul 2025 | 196,038 |
| Jun 2025 | 184,939 |
| May 2025 | 194,162 |
| Apr 2025 | 180,648 |
| Mar 2025 | 178,437 |
| Feb 2025 | 169,259 |
| Jan 2025 | 206,130 |
| Dec 2024 | 203,275 |
| Nov 2024 | 197,305 |
Pull the full history of Crude Imports: All Origins 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=USCRUDEIMPWORLD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCRUDEIMPWORLD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCRUDEIMPWORLD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();