Skip to main content
GET
/
api
/
economic
/
v1
/
get-nat-gas-storage
GetNatGasStorage
curl --request GET \
  --url https://api.example.com/api/economic/v1/get-nat-gas-storage
{
  "weeks": [
    {
      "period": "<string>",
      "storBcf": 123,
      "weeklyChangeBcf": 123
    }
  ],
  "latestPeriod": "<string>"
}

Response

Successful response

GetNatGasStorageResponse contains the 8 most recent weeks of US natural gas storage data.

weeks
object[]
latestPeriod
string

Timestamp of the most recent EIA data point (ISO 8601).