Crude Imports from Saudi Arabia was last reported at 2,893 Thousand Barrels as of June 1, 2026. That is down 9.40% from the prior reading of 3,193 Thousand Barrels. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Thousand Barrels) |
|---|---|
| Jun 2026 | 2,893 |
| May 2026 | 3,193 |
| Apr 2026 | 11,362 |
| Mar 2026 | 15,124 |
| Feb 2026 | 13,893 |
| Jan 2026 | 11,132 |
| Dec 2025 | 9,223 |
| Nov 2025 | 7,399 |
| Oct 2025 | 9,635 |
| Sep 2025 | 7,615 |
| Date | Value (Thousand Barrels) |
|---|---|
| Aug 2025 | 8,586 |
| Jul 2025 | 9,127 |
| Jun 2025 | 9,049 |
| May 2025 | 8,953 |
| Apr 2025 | 5,209 |
| Mar 2025 | 6,065 |
| Feb 2025 | 7,256 |
| Jan 2025 | 10,161 |
| Dec 2024 | 5,611 |
| Nov 2024 | 7,087 |
Pull the full history of Crude Imports from Saudi Arabia 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=USCRUDEIMPSAUDI&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCRUDEIMPSAUDI", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCRUDEIMPSAUDI&period=max&api_key=YOUR_API_KEY");
const data = await res.json();