cURL
curl --request GET \ --url https://api.example.com/api/economic/v1/get-nat-gas-storage
{ "weeks": [ { "period": "<string>", "storBcf": 123, "weeklyChangeBcf": 123 } ], "latestPeriod": "<string>" }
GetNatGasStorage retrieves the 8 most recent weeks of US natural gas working gas storage from EIA (NW2_EPG0_SWO_R48_BCF).
Successful response
GetNatGasStorageResponse contains the 8 most recent weeks of US natural gas storage data.
Show child attributes
Timestamp of the most recent EIA data point (ISO 8601).
Was this page helpful?