Total Primary Energy Consumption was last reported at 7,415 Trillion Btu as of May 1, 2026. That is up 1.48% from the prior reading of 7,307 Trillion Btu. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Trillion Btu) |
|---|---|
| May 2026 | 7,415 |
| Apr 2026 | 7,307 |
| Mar 2026 | 7,890 |
| Feb 2026 | 8,029 |
| Jan 2026 | 9,272 |
| Dec 2025 | 8,946 |
| Nov 2025 | 7,774 |
| Oct 2025 | 7,611 |
| Sep 2025 | 7,548 |
| Aug 2025 | 8,156 |
| Date | Value (Trillion Btu) |
|---|---|
| Jul 2025 | 8,359 |
| Jun 2025 | 7,738 |
| May 2025 | 7,416 |
| Apr 2025 | 7,284 |
| Mar 2025 | 7,827 |
| Feb 2025 | 8,074 |
| Jan 2025 | 9,522 |
| Dec 2024 | 8,683 |
| Nov 2024 | 7,603 |
| Oct 2024 | 7,568 |
Pull the full history of Total Primary Energy Consumption 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=USENERGYCONS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USENERGYCONS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USENERGYCONS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();