Pricing
$30.00 / 1,000 result returneds
EIA US Energy Data Search
US energy data from the Energy Information Administration: electricity prices, natural gas, petroleum, and state energy profiles.
Pricing
$30.00 / 1,000 result returneds
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
4
Total users
0
Monthly active users
a month ago
Last modified
Share
US energy data from the Energy Information Administration: electricity prices, natural gas, petroleum, and state energy profiles.
What does this actor do?
This actor queries the EIA Open Data API v2 across multiple energy datasets to build a comprehensive energy intelligence report:
- Electricity Retail Sales โ Prices, revenue, sales volume, and customer counts by state and sector (residential, commercial, industrial)
- Natural Gas Prices โ Spot prices, wellhead prices, and consumer prices
- Petroleum Prices โ Weekly retail gasoline and diesel prices (regular, midgrade, premium)
- State Energy Profiles (SEDS) โ Annual state-level production, consumption, prices, and expenditures
Each report includes a market insight score assessing energy cost conditions based on residential and industrial electricity prices.
Input parameters
| Parameter | Type | Description |
|---|---|---|
apiKey | string | EIA API key (free at https://www.eia.gov/opendata/register.php) |
dryRun | boolean | Return sample data (default: true unless apiKey provided) |
sector | string | all, electricity, natural-gas, petroleum, or coal |
state | string | Two-letter state abbreviation |
frequency | string | weekly, monthly, quarterly, or annual |
dateFrom | string | Start date (YYYY-MM or YYYY) |
dateTo | string | End date (YYYY-MM or YYYY) |
includeElectricity | boolean | Include electricity data (default: true) |
includeNaturalGas | boolean | Include natural gas data (default: true) |
includePetroleum | boolean | Include petroleum data (default: true) |
includeStateProfiles | boolean | Include SEDS state profiles (default: false) |
maxResults | integer | Max records per dataset (1โ5000, default: 500) |
Output format
{"reportType":"comprehensive","electricity":{"records":[{"period":"2025-12","state":"CA","sector":"RES","price":28.52,"sales":24680.3,"revenue":4521.5,"customers":14200000,"priceUnits":"cents per kilowatt-hour"}],"summary":{"avgResidentialPrice":22.05,"topExpensiveStates":[{"state":"CA","price":28.52}]}},"naturalGas":{"records":[{"period":"2025-11","description":"Henry Hub Natural Gas Spot Price","value":3.42,"unit":"Dollars per Million Btu"}]},"petroleum":{"records":[{"period":"2025-12","description":"Weekly US Regular Gasoline Retail Price","value":3.24,"unit":"Dollars per Gallon"}]},"marketInsight":{"score":40,"level":"Moderate","factors":["High avg residential electricity: 22.05 cents/kWh (-15)","Low avg industrial electricity: 7.82 cents/kWh (+8)"]}}
Market insight scoring
Energy cost assessment (0โ100):
| Factor | Impact |
|---|---|
| Residential electricity > 20 cents/kWh | -15 |
| Residential electricity > 15 cents/kWh | -5 |
| Residential electricity < 10 cents/kWh | +10 |
| Industrial electricity > 12 cents/kWh | -10 |
| Industrial electricity < 6 cents/kWh | +8 |
Levels: Favorable (65+), Moderate (45โ64), Elevated (25โ44), High Cost (<25)
Use cases
- Energy analysts: Track electricity, gas, and petroleum price trends
- Businesses: Compare energy costs across states for site selection
- Economists: Monitor energy market conditions and price inflation
- Utilities: Benchmark rates against national and state averages
- Policy researchers: Analyze energy affordability by state and sector
- Commodity traders: Track natural gas and petroleum price movements
API key
Register for a free EIA API key at https://www.eia.gov/opendata/register.php
Without an API key, the actor returns realistic sample data in dry run mode.
Data sources
US Energy Information Administration (EIA) Open Data API v2:
electricity/retail-salesโ Electricity prices, sales, revenue by state/sectornatural-gas/pri/sumโ Natural gas price summariespetroleum/pri/gndโ Petroleum retail prices (gasoline, diesel)sedsโ State Energy Data System (consumption, production, expenditures)
