Henry Hub natural gas price data through the existing price API.
Henry Hub is the benchmark side of most U.S. gas workflows. Use the existing latest-price endpoint for NATURAL_GAS_USD, then join it to storage, Waha basis, or the futures framework without adding another endpoint surface.
Validated demand for Henry Hub natural gas price queries.
Henry Hub remains inside the existing price framework.
Use by_code for exact benchmark selection.
Source and caveat
- Last source update
- Reference daily series verified July 3, 2026; API responses include their own timestamp.
- Cadence
- Daily reference series plus OilPriceAPI feed timestamps where supported.
- Caveat
- Use the returned timestamp and source fields for freshness. Henry Hub spot data is separate from futures curve data.
API example
Latest Henry Hub price
latest_pricesReturns the latest configured Henry Hub natural gas price observation.
curl "https://api.oilpriceapi.com/v1/prices/latest?by_code=NATURAL_GAS_USD" \
-H "Authorization: Token YOUR_API_KEY"Workflow fit
- 1Request NATURAL_GAS_USD from the latest-price endpoint.
- 2Persist the returned timestamp and source fields with your internal model output.
- 3Join Henry Hub to Waha basis, storage, or futures only when each source timestamp is acceptable.
Fields to expect
Measurement built into this launch slice
Signup and pricing CTAs preserve utm_source=data_page, utm_medium=gas_intelligence, and utm_content values specific to this page and CTA location.
Ready to test this workflow?
Start with the existing API surface and keep source timestamps attached to every gas workflow.