Market catalog

Electricity Price Monitor

A proposed API and CSV feed product for teams that need public EIA electricity price, sales, revenue, sector, state, RTO region, and demand records normalized for energy cost and operations analytics.

GET /v1/energy/eia/electricity-prices?state=CA§or=commercial&start=2026-01
{
  "data": [
    {
      "period": "2026-05",
      "state": "CA",
      "sector": "commercial",
      "priceCentsPerKwh": 24.18,
      "salesMwh": 11234567,
      "revenueThousandUsd": 2712345,
      "rtoRegion": "CISO",
      "hourlyDemandMwh": 32210,
      "source": "EIA Electricity bulk/API-compatible sample"
    }
  ],
  "meta": { "sampleOnly": true, "market": "electricity-prices" }
}

Buyer Fit

This catalog entry summarizes the buyer fit, sources, and access model for this data product.

Public Data Sources

The initial product would normalize public records into stable polling endpoints and exports.

Buyer Workflows

These are the specific self-serve workflows this page is designed to support.

Electricity price watchlist

Normalize public EIA records by state, sector, utility, period, price, sales, revenue, and units.

RTO load and demand feed

Route hourly operating-data records into facilities, energy procurement, data center, and operations finance workflows.

Bulk release monitor

Refresh CSV snapshots and API cache when EIA electricity bulk files or operating-data bulk files publish updated records.

Specific Workflow Tests

These pages focus on specific buyer workflows.

Access Model

Pricing starts with narrow, low-touch access paths for qualified buyers.

Product FAQ

Is this EIA electricity API live?

No. This is a product page for reviewing the proposed response shape, source coverage, and buyer fit.

Would it recommend energy purchases or audit bills?

No. The proposed product would normalize public EIA records and source links only. Buyers remain responsible for procurement, bill review, trading, regulatory, and forecasting decisions.