Henry Hub Price (STEO) was last reported at 4.01 USD/MMBtu as of December 1, 2027. That is up 13.41% from the prior reading of 3.53 USD/MMBtu. This indicator is reported Monthly, and is tracked under the Energy category. The next scheduled release is October 14, 2026.
| Date | Value (USD/MMBtu) |
|---|---|
| Dec 2027 | 4.01 |
| Nov 2027 | 3.53 |
| Oct 2027 | 3.25 |
| Sep 2027 | 3.24 |
| Aug 2027 | 3.19 |
| Jul 2027 | 3.06 |
| Jun 2027 | 2.86 |
| May 2027 | 2.70 |
| Apr 2027 | 2.73 |
| Mar 2027 | 3.07 |
| Date | Value (USD/MMBtu) |
|---|---|
| Feb 2027 | 3.66 |
| Jan 2027 | 4.03 |
| Dec 2026 | 3.51 |
| Nov 2026 | 3.01 |
| Oct 2026 | 2.86 |
| Sep 2026 | 2.87 |
| Aug 2026 | 2.78 |
| Jul 2026 | 2.89 |
| Jun 2026 | 3.15 |
| May 2026 | 2.94 |
Pull the full history of Henry Hub Price (STEO) 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=CMDNATGASSTEO&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CMDNATGASSTEO", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CMDNATGASSTEO&period=max&api_key=YOUR_API_KEY");
const data = await res.json();