Weekly Crude Oil Exports was last reported at 4,831 Thousand Barrels Per Day as of September 11, 2026. That is up 41.38% from the prior reading of 3,417 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 | 4,831 |
| Sep 4, 2026 | 3,417 |
| Aug 28, 2026 | 4,483 |
| Aug 21, 2026 | 3,792 |
| Aug 14, 2026 | 4,066 |
| Aug 7, 2026 | 3,058 |
| Jul 31, 2026 | 3,685 |
| Jul 24, 2026 | 3,467 |
| Jul 17, 2026 | 3,353 |
| Jul 10, 2026 | 3,721 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jul 3, 2026 | 3,262 |
| Jun 26, 2026 | 4,008 |
| Jun 19, 2026 | 4,669 |
| Jun 12, 2026 | 4,327 |
| Jun 5, 2026 | 4,840 |
| May 29, 2026 | 5,874 |
| May 22, 2026 | 4,440 |
| May 15, 2026 | 5,604 |
| May 8, 2026 | 5,492 |
| May 1, 2026 | 4,750 |
Pull the full history of Weekly Crude Oil Exports 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=USCRUDEEXPORTS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCRUDEEXPORTS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCRUDEEXPORTS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();