UnifyAPI
← Back to catalog

eia.natural_gas

mock data$0.002 / call

US Natural Gas Prices (EIA)

Natural gas residential/commercial/industrial prices by US state. EIA public domain

Science & Researchprovider: Eia#eia#science

Input schema

end

Latest period.

string
start

Earliest period.

string
state

Optional 2-letter US state code.

string
length

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

integer
frequency

Time frequency (default "monthly").

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/eia.natural_gas \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"end":"<end>","start":"<start>","state":"<state>","length":0,"frequency":"<frequency>"}'

Try it

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