EIA Total-Energy Series
finance.eia.seriesRetrieve EIA total-energy time-series data by series ID for metrics like Henry Hub spot prices or US electricity totals. Specify frequency and observation count to get recent monthly or annual values.
Instructions
Direct fetch of any EIA total-energy time-series by series ID (e.g. RNGWHHD = Henry Hub spot, ELETPUS = US electricity total). EIA public domain
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| series_id | Yes | EIA series ID for the total-energy dataset (e.g. "RNGWHHD" Henry Hub spot, "ELETPUS" total US electricity, "TETCBUS" total energy consumption). | |
| frequency | No | Time frequency (default "monthly"). | |
| length | No | Number of recent observations (default 24, max 500). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |