Petroleum Net Imports (Monthly) was last reported at -5,011 Thousand Barrels Per Day as of June 1, 2026. That is down 15.48% from the prior reading of -5,928 Thousand Barrels Per Day. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Jun 2026 | -5,011 |
| May 2026 | -5,928 |
| Apr 2026 | -5,715 |
| Mar 2026 | -3,713 |
| Feb 2026 | -3,159 |
| Jan 2026 | -2,607 |
| Dec 2025 | -3,133 |
| Nov 2025 | -3,864 |
| Oct 2025 | -3,528 |
| Sep 2025 | -2,840 |
| Date | Value (Thousand Barrels Per Day) |
|---|---|
| Aug 2025 | -2,334 |
| Jul 2025 | -2,364 |
| Jun 2025 | -2,764 |
| May 2025 | -2,215 |
| Apr 2025 | -2,639 |
| Mar 2025 | -3,143 |
| Feb 2025 | -2,832 |
| Jan 2025 | -1,950 |
| Dec 2024 | -2,630 |
| Nov 2024 | -3,294 |
Pull the full history of Petroleum Net Imports (Monthly) 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=USPETNETIMPMO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPETNETIMPMO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPETNETIMPMO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();