API Documentation
⌘K
API Key
Get free key GET
/api/1/energy/natural-gas/weeklyNatural Gas Weekly
Returns EIA weekly natural gas storage and supply data.
Parameters
4series_idstringFilter by EIA series identifier
start_datestringStart date (YYYY-MM-DD)
end_datestringEnd date (YYYY-MM-DD)
limitintegerMax 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
[
{}
]