eia_natural_gas
ActiveTool of io.github.blackboxfoundry/livedatalink
US natural gas data from EIA. Series options: 'spot' (Henry Hub daily), 'futures' (NYMEX front-month daily), 'residential' (monthly retail to households), 'storage' (weekly working gas in storage). Default 'spot'.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"end": {
"type": "string",
"description": "Inclusive upper-bound period (ISO date or YYYY-MM)."
},
"limit": {
"type": "number",
"description": "Maximum rows to return (default 50, max 5000)."
},
"start": {
"type": "string",
"description": "Inclusive lower-bound period (ISO date or YYYY-MM depending on series cadence)."
},
"series": {
"enum": [
"spot",
"futures",
"residential",
"storage"
],
"type": "string",
"description": "Subset to query: 'spot', 'futures', 'residential', 'storage'. Default 'spot'."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries