Natural Gas Intelligence
Natural gas storage intelligence provides source-timestamped storage data for gas-market workflows.
GET/v1/natural-gas/storage
Scope
This page documents /v1/natural-gas/storage only. Do not use /v1/natural-gas/weather-demand or /v1/natural-gas/pipeline-flows until the backend entitlement bug referenced in the sprint issues is fixed.
Request
curl "https://api.oilpriceapi.com/v1/natural-gas/storage?region=us" \
-H "Authorization: Token YOUR_API_KEY"
| Parameter | Type | Required | Description |
|---|---|---|---|
region | string | No | Storage region where supported |
from | date | No | Start date |
to | date | No | End date |
Response
{
"status": "success",
"data": {
"region": "us",
"working_gas_bcf": 3200,
"weekly_change_bcf": 45,
"source": "EIA WNGSR",
"period": "2026-07-10",
"updated_at": "2026-07-16T14:35:00.000Z"
}
}
Cadence
US natural gas storage is published weekly by the EIA Weekly Natural Gas Storage Report, normally Thursday at 10:30 AM Eastern. Always use the response period and source timestamp in downstream dashboards.
Access
This endpoint is premium Energy Intelligence access. Handle 403 as an entitlement issue and 402 as a plan/quota issue.