Weekly Crude Oil Imports was last reported at 7,058 Thousand Barrels Per Day as of September 11, 2026. That is up 3.43% from the prior reading of 6,824 Thousand Barrels Per Day. This indicator is reported Weekly, and is tracked under the Energy category. The next scheduled release is September 30, 2026.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Sep 11, 2026 | 7,058 |
| Sep 4, 2026 | 6,824 |
| Aug 28, 2026 | 6,770 |
| Aug 21, 2026 | 6,158 |
| Aug 14, 2026 | 6,593 |
| Aug 7, 2026 | 7,339 |
| Jul 31, 2026 | 6,198 |
| Jul 24, 2026 | 5,683 |
| Jul 17, 2026 | 5,806 |
| Jul 10, 2026 | 5,689 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jul 3, 2026 | 5,629 |
| Jun 26, 2026 | 5,279 |
| Jun 19, 2026 | 5,570 |
| Jun 12, 2026 | 5,134 |
| Jun 5, 2026 | 5,888 |
| May 29, 2026 | 6,397 |
| May 22, 2026 | 5,212 |
| May 15, 2026 | 6,016 |
| May 8, 2026 | 5,901 |
| May 1, 2026 | 5,477 |
Pull the full history of Weekly Crude Oil Imports 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=USCRUDEIMPORTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCRUDEIMPORTS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCRUDEIMPORTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();