Energy-Related CO2 Emissions was last reported at 363.8 Million Tonnes as of May 1, 2026. That is up 0.22% from the prior reading of 363.0 Million Tonnes. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Million Tonnes) |
|---|---|
| May 2026 | 363.8 |
| Apr 2026 | 363.0 |
| Mar 2026 | 392.6 |
| Feb 2026 | 409.1 |
| Jan 2026 | 475.5 |
| Dec 2025 | 456.5 |
| Nov 2025 | 394.1 |
| Oct 2025 | 387.8 |
| Sep 2025 | 382.4 |
| Aug 2025 | 414.2 |
| Date | Value (Million Tonnes) |
|---|---|
| Jul 2025 | 430.0 |
| Jun 2025 | 393.1 |
| May 2025 | 372.6 |
| Apr 2025 | 366.1 |
| Mar 2025 | 394.5 |
| Feb 2025 | 415.9 |
| Jan 2025 | 497.3 |
| Dec 2024 | 442.1 |
| Nov 2024 | 382.6 |
| Oct 2024 | 382.7 |
Pull the full history of Energy-Related CO2 Emissions 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=USCO2EMISS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCO2EMISS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCO2EMISS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();