UnifyAPI
← Back to catalog

eia.series

mock data$0.002 / call

EIA 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

Science & Researchprovider: Eia#eia#science

Input schema

length

Number of recent observations (default 24, max 500).

integer
frequency

Time frequency (default "monthly").

string
series_idrequired

EIA series ID for the total-energy dataset (e.g. "RNGWHHD" Henry Hub spot, "ELETPUS" total US electricity, "TETCBUS" total energy consumption).

string

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>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.