All data sources

REE — Spain Electricity

Unknown authree-spain

Red Eléctrica de España (REE) — Spanish electricity TSO open data (apidatos.ree.es). No auth. Aggregate demand, generation by technology (with renewable mix %), and market prices (PVPC + day-ahead spot, EUR/MWh). Pairs with the entsoe/elexon/nordpool/neso power-market connectors.

Provenance

PublisherREE — Spain Electricity

Freshness & coverage

FreshnessFreshness not declared
GeographicNot declared
TemporalNot declared
AuthenticationNo credentials required

Methods (4)

  • getDemandEvolution

    read

    Aggregate electricity demand (MWh). Args: start_date, end_date, time_trunc=day|month|year.

    Input schema
    {
      "type": "object",
      "properties": {
        "start_date": {
          "type": "string"
        },
        "end_date": {
          "type": "string"
        },
        "time_trunc": {
          "type": "string"
        },
        "geo_limit": {
          "type": "string"
        },
        "geo_ids": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }
  • getGenerationStructure

    read

    Generation by technology + renewable mix share %. Args: start_date, end_date, time_trunc.

    Input schema
    {
      "type": "object",
      "properties": {
        "start_date": {
          "type": "string"
        },
        "end_date": {
          "type": "string"
        },
        "time_trunc": {
          "type": "string"
        },
        "geo_limit": {
          "type": "string"
        },
        "geo_ids": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }
  • getMarketPrices

    read

    PVPC + day-ahead spot price (EUR/MWh, hourly). Args: start_date, end_date.

    Input schema
    {
      "type": "object",
      "properties": {
        "start_date": {
          "type": "string"
        },
        "end_date": {
          "type": "string"
        },
        "time_trunc": {
          "type": "string"
        },
        "geo_limit": {
          "type": "string"
        },
        "geo_ids": {
          "type": "string"
        }
      },
      "additionalProperties": false
    }
  • getServiceInfo

    read

    Connector surface, date format, and time_trunc rules.

    Input schema
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }