← Back to catalog
eia.series
mock data$0.002 / callEIA Total-Energy Series
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
length
integerNumber of recent observations (default 24, max 500).
frequency
stringTime frequency (default "monthly").
series_idrequired
stringEIA series ID for the total-energy dataset (e.g. "RNGWHHD" Henry Hub spot, "ELETPUS" total US electricity, "TETCBUS" total energy consumption).
Call via REST
curl -X POST https://unifyapi.pro/api/call/eia.series \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"length":0,"frequency":"<frequency>","series_id":"<series_id>"}'