v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Energy

Generation by fuel type (EIA-930 / Elexon BMRS / Energinet / ENTSO-E)

Generation broken down by fuel type, provider-resolved by region: US balancing authorities hourly from the EIA-930 Hourly Electric Grid Monitor; GB half-hourly per PSR category from Elexon Insights (AGPT); DK1/DK2 hourly per production type from Energinet; selected EU bidding zones from ENTSO-E A75 at native resolution, with production positive and consumption negative. Includes a convenience latest_fuel_mix net snapshot at the most recent period. Operational data, preliminary and subject to revision.

get/api/v2/energy/grid/fuel-mix

Query parameters

regionstring

Region code: EIA balancing authority (US48, CISO, ...), GB, DK1/DK2, or ENTSO-E zone (DE_LU, FR, NL, ES, IT_NORD, PL).

Example:CISO

Region code: EIA balancing authority (US48, CISO, ...), GB, DK1/DK2, or ENTSO-E zone (DE_LU, FR, NL, ES, IT_NORD, PL).

frequency'hourly' | 'local_hourly'

hourly (UTC) | local_hourly (local time). US regions only.

startstring nullable

Lower bound on period (ISO 8601 or EIA YYYY-MM-DDTHH).

Lower bound on period (ISO 8601 or EIA YYYY-MM-DDTHH).

endstring nullable

Upper bound on period.

Upper bound on period.

limitinteger

Maximum rows returned across fuel types (newest first).

Maximum rows returned across fuel types (newest first).

Response

Successful Response

Example response

{
  "data": {
    "query": {
      "region": "CISO",
      "frequency": "hourly",
      "limit": 168
    },
    "region": "CISO",
    "region_name": "California Independent System Operator",
    "unit": "megawatthours",
    "resolution": "PT30M",
    "latest_period": "2026-07-04T05",
    "rows": [
      {
        "period": "2026-07-04T05",
        "fuel_type": "NG",
        "fuel_type_name": "Natural gas",
        "business_type": "A01",
        "direction": "production",
        "value": 42000
      }
    ],
    "attribution": {
      "sources": [
        {
          "registry_key": "eia/rto",
          "source_name": "EIA",
          "licence": "public-domain",
          "citation": "U.S. Energy Information Administration, Hourly Electric Grid Monitor (Form EIA-930)",
          "disclaimer": "Operational electric-grid data; preliminary and subject to revision."
        }
      ],
      "effective_reexport": "allowed"
    }
  },
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}