Energy Intensity of GDP was last reported at 4.05 Thousand Btu per chained 2017 USD as of January 1, 2024. That is down 1.70% from the prior reading of 4.12 Thousand Btu per chained 2017 USD. This indicator is reported Annual, and is tracked under the Energy category.
| Date | Value (Thousand Btu per chained 2017 USD) |
|---|---|
| 2024 | 4.05 |
| 2023 | 4.12 |
| 2022 | 4.30 |
| 2021 | 4.34 |
| 2020 | 4.38 |
| 2019 | 4.66 |
| 2018 | 4.82 |
| 2017 | 4.79 |
| 2016 | 4.91 |
| 2015 | 5.02 |
| Date | Value (Thousand Btu per chained 2017 USD) |
|---|---|
| 2014 | 5.22 |
| 2013 | 5.29 |
| 2012 | 5.26 |
| 2011 | 5.51 |
| 2010 | 5.67 |
| 2009 | 5.60 |
| 2008 | 5.76 |
| 2007 | 5.91 |
| 2006 | 5.92 |
| 2005 | 6.14 |
Pull the full history of Energy Intensity of GDP 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=USENERGYINTENSITY&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USENERGYINTENSITY", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USENERGYINTENSITY&period=max&api_key=YOUR_API_KEY");
const data = await res.json();