API Documentation

⌘K
GET/api/1/energy/natural-gas/weekly

Natural Gas Weekly

Returns EIA weekly natural gas storage and supply data.

Parameters

4
series_idstring
query

Filter by EIA series identifier

start_datestring
query

Start date (YYYY-MM-DD)

end_datestring
query

End date (YYYY-MM-DD)

limitinteger
query

Max results (default 500, max 2000)

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/energy/natural-gas/weekly?start_date=2025-01-01&end_date=2025-12-31&limit=10' \
  -H 'Accept: application/json'
200 Response
[
  {}
]