Renewable Energy Production was last reported at 855 Trillion Btu as of May 1, 2026. That is up 4.36% from the prior reading of 820 Trillion Btu. This indicator is reported Monthly, and is tracked under the Energy category.
| Date | Value (Trillion Btu) |
|---|---|
| May 2026 | 855 |
| Apr 2026 | 820 |
| Mar 2026 | 865 |
| Feb 2026 | 726 |
| Jan 2026 | 781 |
| Dec 2025 | 787 |
| Nov 2025 | 746 |
| Oct 2025 | 769 |
| Sep 2025 | 717 |
| Aug 2025 | 768 |
| Date | Value (Trillion Btu) |
|---|---|
| Jul 2025 | 799 |
| Jun 2025 | 794 |
| May 2025 | 797 |
| Apr 2025 | 787 |
| Mar 2025 | 816 |
| Feb 2025 | 695 |
| Jan 2025 | 753 |
| Dec 2024 | 743 |
| Nov 2024 | 727 |
| Oct 2024 | 737 |
Pull the full history of Renewable Energy Production 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=USRENEWPROD&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USRENEWPROD", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USRENEWPROD&period=max&api_key=YOUR_API_KEY");
const data = await res.json();