Crude Imports from OPEC was last reported at 25,148 Thousand Barrels as of June 1, 2026. That is up 5.65% from the prior reading of 23,802 Thousand Barrels. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Thousand Barrels) |
|---|---|
| Jun 2026 | 25,148 |
| May 2026 | 23,802 |
| Apr 2026 | 31,553 |
| Mar 2026 | 37,052 |
| Feb 2026 | 35,129 |
| Jan 2026 | 31,476 |
| Dec 2025 | 27,218 |
| Nov 2025 | 26,064 |
| Oct 2025 | 26,666 |
| Sep 2025 | 25,784 |
| Date | Value (Thousand Barrels) |
|---|---|
| Aug 2025 | 27,748 |
| Jul 2025 | 23,328 |
| Jun 2025 | 28,697 |
| May 2025 | 25,393 |
| Apr 2025 | 23,566 |
| Mar 2025 | 25,328 |
| Feb 2025 | 19,762 |
| Jan 2025 | 34,300 |
| Dec 2024 | 31,597 |
| Nov 2024 | 29,405 |
Pull the full history of Crude Imports from OPEC 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=USCRUDEIMPOPEC&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCRUDEIMPOPEC", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCRUDEIMPOPEC&period=max&api_key=YOUR_API_KEY");
const data = await res.json();