← Back to catalog
eia.natural_gas
mock data$0.002 / callUS Natural Gas Prices (EIA)
Natural gas residential/commercial/industrial prices by US state. EIA public domain
Input schema
end
stringLatest period.
start
stringEarliest period.
state
stringOptional 2-letter US state code.
length
integerNumber of recent observations (default 24, max 500).
frequency
stringTime frequency (default "monthly").
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>"}'