Crude Imports from Mexico was last reported at 7,297 Thousand Barrels as of June 1, 2026. That is down 14.66% from the prior reading of 8,551 Thousand Barrels. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Thousand Barrels) |
|---|---|
| Jun 2026 | 7,297 |
| May 2026 | 8,551 |
| Apr 2026 | 8,006 |
| Mar 2026 | 10,354 |
| Feb 2026 | 7,652 |
| Jan 2026 | 9,683 |
| Dec 2025 | 7,687 |
| Nov 2025 | 12,811 |
| Oct 2025 | 11,632 |
| Sep 2025 | 11,737 |
| Date | Value (Thousand Barrels) |
|---|---|
| Aug 2025 | 12,573 |
| Jul 2025 | 9,407 |
| Jun 2025 | 13,848 |
| May 2025 | 13,355 |
| Apr 2025 | 11,120 |
| Mar 2025 | 12,307 |
| Feb 2025 | 12,822 |
| Jan 2025 | 10,629 |
| Dec 2024 | 13,978 |
| Nov 2024 | 13,576 |
Pull the full history of Crude Imports from Mexico 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=USCRUDEIMPMEXICO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCRUDEIMPMEXICO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCRUDEIMPMEXICO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();