v2

latestOpenAPI 3.1.0Publishing notes2026-08-04372580.6 KB
import_export

Cross Border Electricity Trading

Returns the cross-border electricity trading (cbet) in GW between a specified country and its neighbors.

Positive values indicate an import of electricity, whereas negative values show electricity exports.

Response schema:

{
    "unix_seconds": [int],
    "countries": [
        {
        "name": str,
        "data": [float]
        }
    ],
    "deprecated": bool
}
get/cbet

Query parameters

countrystring
startstring
endstring

Response

Successful Response

unix_secondsinteger[] nullable
deprecatedboolean required