Petroleum Import Dependence was last reported at -24.3 percent as of June 1, 2026. That is down 17.63% from the prior reading of -29.5 percent. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (percent) |
|---|---|
| Jun 2026 | -24.3 |
| May 2026 | -29.5 |
| Apr 2026 | -27.5 |
| Mar 2026 | -18.2 |
| Feb 2026 | -14.9 |
| Jan 2026 | -12.6 |
| Dec 2025 | -15.0 |
| Nov 2025 | -19.1 |
| Oct 2025 | -16.9 |
| Sep 2025 | -13.7 |
| Date | Value (percent) |
|---|---|
| Aug 2025 | -11.0 |
| Jul 2025 | -11.3 |
| Jun 2025 | -13.2 |
| May 2025 | -10.9 |
| Apr 2025 | -13.1 |
| Mar 2025 | -15.8 |
| Feb 2025 | -14.0 |
| Jan 2025 | -9.4 |
| Dec 2024 | -12.8 |
| Nov 2024 | -16.2 |
Pull the full history of Petroleum Import Dependence 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=USPETIMPSHARE&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USPETIMPSHARE", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USPETIMPSHARE&period=max&api_key=YOUR_API_KEY");
const data = await res.json();