All data sources

ENTSO-E Transparency

API keyentsoe

ENTSO-E Transparency Platform — European generation, load, and day-ahead market prices across all EU TSOs. Query by country, bidding zone, and date range.

Provenance

PublisherENTSO-E Transparency

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationCredentials required (API key)

Methods (3)

  • queryGeneration

    read

    Query ENTSO-E generation by production type and zone.

    Input schema
    {
      "type": "object",
      "properties": {
        "endpoint": {
          "type": "string"
        },
        "in_Domain": {
          "type": "string"
        },
        "out_Domain": {
          "type": "string"
        },
        "periodStart": {
          "type": "string"
        },
        "periodEnd": {
          "type": "string"
        },
        "processType": {
          "type": "string"
        },
        "documentType": {
          "type": "string"
        },
        "query": {
          "type": "object",
          "properties": {},
          "additionalProperties": true
        }
      },
      "additionalProperties": false
    }
  • queryLoad

    read

    Query ENTSO-E actual or forecast load for a bidding zone.

    Input schema
    {
      "type": "object",
      "properties": {
        "endpoint": {
          "type": "string"
        },
        "in_Domain": {
          "type": "string"
        },
        "periodStart": {
          "type": "string"
        },
        "periodEnd": {
          "type": "string"
        },
        "processType": {
          "type": "string"
        },
        "documentType": {
          "type": "string"
        },
        "query": {
          "type": "object",
          "properties": {},
          "additionalProperties": true
        }
      },
      "additionalProperties": false
    }
  • queryPrices

    read

    Query ENTSO-E day-ahead prices for a bidding zone.

    Input schema
    {
      "type": "object",
      "properties": {
        "endpoint": {
          "type": "string"
        },
        "in_Domain": {
          "type": "string"
        },
        "out_Domain": {
          "type": "string"
        },
        "periodStart": {
          "type": "string"
        },
        "periodEnd": {
          "type": "string"
        },
        "processType": {
          "type": "string"
        },
        "documentType": {
          "type": "string"
        },
        "query": {
          "type": "object",
          "properties": {},
          "additionalProperties": true
        }
      },
      "additionalProperties": false
    }