Crude Oil Imports (Monthly) was last reported at 6,044 Thousand Barrels Per Day as of June 1, 2026. That is up 1.53% from the prior reading of 5,953 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the Energy category. The next scheduled release is September 30, 2026.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jun 2026 | 6,044 |
| May 2026 | 5,953 |
| Apr 2026 | 6,257 |
| Mar 2026 | 6,536 |
| Feb 2026 | 6,457 |
| Jan 2026 | 6,469 |
| Dec 2025 | 6,413 |
| Nov 2025 | 5,780 |
| Oct 2025 | 5,898 |
| Sep 2025 | 6,399 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Aug 2025 | 6,283 |
| Jul 2025 | 6,324 |
| Jun 2025 | 6,165 |
| May 2025 | 6,263 |
| Apr 2025 | 6,022 |
| Mar 2025 | 5,756 |
| Feb 2025 | 6,045 |
| Jan 2025 | 6,649 |
| Dec 2024 | 6,557 |
| Nov 2024 | 6,578 |
Pull the full history of Crude Oil Imports (Monthly) 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=USCRUDEIMPORTSMO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCRUDEIMPORTSMO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCRUDEIMPORTSMO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();