v5

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

Interchange between grid regions (EIA-930 / Elexon BMRS / Energinet / AEMO)

Cross-region electricity flows, provider-resolved by region: US balancing authorities hourly from the EIA-930 Hourly Electric Grid Monitor (interchange out of from_ba); GB half-hourly per named interconnector from Elexon Insights (positive = import into GB); DK1/DK2 hourly per border from Energinet (positive = import into the price area); AU NEM regions (NSW1..VIC1) per interconnector at 5-minute resolution from AEMO dispatch (positive = import into the requested region). Operational data, preliminary and subject to revision.

get/api/v2/energy/grid/interchange

Query parameters

regionstring

Region code: sending EIA balancing authority (PJM, ...), GB, or DK1/DK2.

Example:PJM

Region code: sending EIA balancing authority (PJM, ...), GB, or DK1/DK2.

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 interchange rows returned (newest first).

Maximum interchange rows returned (newest first).

Response

Successful Response

Example response

{
  "data": {
    "query": {
      "region": "PJM",
      "frequency": "hourly",
      "limit": 168
    },
    "from_ba": "PJM",
    "unit": "megawatthours",
    "resolution": "PT30M",
    "rows": [
      {
        "period": "2026-07-04T05",
        "from_ba": "PJM",
        "from_ba_name": "PJM Interconnection, LLC",
        "to_ba": "MISO",
        "to_ba_name": "Midcontinent Independent System Operator, Inc.",
        "value": -1200
      }
    ],
    "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"
    ]
  }
}